diff options
author | Chad Weider <cweider@oofn.net> | 2012-05-28 18:39:32 -0700 |
---|---|---|
committer | Chad Weider <cweider@oofn.net> | 2012-09-11 21:16:47 -0700 |
commit | 1258ed3a0d676f60707e619af757d8b6b9270bfb (patch) | |
tree | e2459e894b83c4123525237ef51d5795649114f4 /src/static/js/ace.js | |
parent | 93944953640cc2fd2af05f63cd32b809ca2b7e6b (diff) | |
download | etherpad-lite-1258ed3a0d676f60707e619af757d8b6b9270bfb.zip |
Split client and server plugin functionality.
There is virtually no shared code for the client, extract it into its own
module and do away with the switches.
Diffstat (limited to 'src/static/js/ace.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 dabe5595..6bea8d22 100644 --- a/src/static/js/ace.js +++ b/src/static/js/ace.js @@ -244,7 +244,7 @@ require.setGlobalKeyPath("require");\n\ <script type="text/javascript">\ parent_req = require("ep_etherpad-lite/static/js/pluginfw/parent_require");\ parent_req.getRequirementFromParent(require, "ep_etherpad-lite/static/js/pluginfw/hooks");\ - parent_req.getRequirementFromParent(require, "ep_etherpad-lite/static/js/pluginfw/plugins");\ + parent_req.getRequirementFromParent(require, "ep_etherpad-lite/static/js/pluginfw/client_plugins");\ </script>\ '); |