Using jQuery.extend to mix in customFormUtils methods, instead of borrowMethods in utils.js. Utils.js no longer needs to be loaded into the custom forms.
This commit is contained in:
parent
b2dc8f0060
commit
9366d80151
5 changed files with 2 additions and 5 deletions
|
@ -252,7 +252,6 @@ SPARQL queries for existing values. --%>
|
|||
List<Individual> authorships = infoResource.getRelatedIndividuals(predicateUri);
|
||||
|
||||
List<String> customJs = new ArrayList<String>(Arrays.asList(JavaScript.JQUERY_UI.path(),
|
||||
JavaScript.UTILS.path(),
|
||||
JavaScript.CUSTOM_FORM_UTILS.path(),
|
||||
"/edit/forms/js/addAuthorsToInformationResource.js"
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue