[ https://issues.apache.org/jira/browse/JSPWIKI-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14124905#comment-14124905 ]
brushed commented on JSPWIKI-811: --------------------------------- @Glenn Those javascript libraries injected by the commonheader.jsp are actually used in all JSP's. (eg think about the quick-navigation ajax routines, which actually powers the header jsp ) However, those JS routines used only by specific JSP's, are injected through TemplateManager.addResourceRequest(...) as part of the respective JSP's. (Example: jspwiki-prefs.js, jspwiki-edit.js) This way, only the javascript needed by the JSP's is effectively loaded. > Migrate from Mootools to jQuery > ------------------------------- > > Key: JSPWIKI-811 > URL: https://issues.apache.org/jira/browse/JSPWIKI-811 > Project: JSPWiki > Issue Type: Improvement > Components: Default template > Reporter: Ichiro Furusato > Labels: javascript > Fix For: FutureVersion > > > Following a discussion on the dev mailing list, this is a suggestion to > migrate from Mootools to jQuery, given the latter's overwhelming popularity. > Re: Mootools vs. jQuery, jspwiki-dev mailing list > http://mail-archives.apache.org/mod_mbox/jspwiki-dev/201401.mbox/%3CCAEUnRMtqhu%3Drd5MfJ4mEJdDKn2bhMZkFKwMKogYyjfh%3D-j9ocA%40mail.gmail.com%3E -- This message was sent by Atlassian JIRA (v6.3.4#6332)