mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Updated mootools to v1.11 and fixed compatibility issues when running it alongside jQuery (e.g. Liferay)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6139 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -183,7 +183,7 @@ public class PageTag extends TagSupport
|
||||
// mootools
|
||||
out.write("<script type=\"text/javascript\" src=\"");
|
||||
out.write(reqPath);
|
||||
out.write("/scripts/ajax/mootools.v1.1.js\"></script>");
|
||||
out.write("/scripts/ajax/mootools.v1.11.js\"></script>");
|
||||
|
||||
// common Alfresco util methods
|
||||
out.write("<script type=\"text/javascript\" src=\"");
|
||||
|
Reference in New Issue
Block a user