diff options
author | Chad Weider <cweider@oofn.net> | 2012-05-28 13:50:55 -0700 |
---|---|---|
committer | Chad Weider <cweider@oofn.net> | 2012-05-28 15:14:52 -0700 |
commit | 96ab3dc3b46a0f5d02d8ddb64d7ba2dcdb6b8aa6 (patch) | |
tree | 0807e01b3860c0ccbd53e46ef62205bdc494cb5a /src/static/js | |
parent | d5ac2bfb714e519d89b69c07ff0af19bef89ef62 (diff) | |
download | etherpad-lite-96ab3dc3b46a0f5d02d8ddb64d7ba2dcdb6b8aa6.zip |
jQuery is packaged - this is pure duplication.
Diffstat (limited to 'src/static/js')
-rw-r--r-- | src/static/js/ace.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/ace.js b/src/static/js/ace.js index 7ae42cc9..87068d07 100644 --- a/src/static/js/ace.js +++ b/src/static/js/ace.js @@ -238,7 +238,6 @@ require.setGlobalKeyPath("require");\n\ iframeHTML.push(doctype); iframeHTML.push("<html><head>"); - iframeHTML.push('<script type="text/javascript" src="../static/js/jquery.js"></script>'); hooks.callAll("aceInitInnerdocbodyHead", { iframeHTML: iframeHTML @@ -279,6 +278,7 @@ require.setGlobalKeyPath("require");\n\ '); iframeHTML.push('<script type="text/javascript">'); + iframeHTML.push('$ = jQuery = require("ep_etherpad-lite/static/js/rjquery").jQuery; // Expose jQuery #HACK'); iframeHTML.push('require("ep_etherpad-lite/static/js/ace2_inner");'); iframeHTML.push('<\/script>'); |