in src/main/resources/SLING-INF/libs/sling/resource-editor/static/js/scriptpathchooser/scriptfilechooser.js [36:41]
$('#page-script-chooser-row .files').on("click", "td", function(e) {
thisScriptfilechooser.selectedPageScriptPath = $(this).text();
var selectedPageScriptFilePath = thisScriptfilechooser.selectedScriptResourcePath+"/"+$(this).text()
$('#selected-script-path-row input[name="selectedScriptFilePath"]').val(selectedPageScriptFilePath);
$('#selected-script-path-row input[name="resourceSuperType"]').val(thisScriptfilechooser.selectedScriptResourcePath);
});