diff options
Diffstat (limited to 'src/static/pad.html')
-rw-r--r-- | src/static/pad.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/static/pad.html b/src/static/pad.html index 710b0f01..5019391d 100644 --- a/src/static/pad.html +++ b/src/static/pad.html @@ -298,13 +298,13 @@ (function () { require.setRootURI("../minified/"); require.setGlobalKeyPath("require"); - require('/pad').init(); + require('ep_etherpad-lite/static/js/pad').init(); /* TODO: These globals shouldn't exist. */ - pad = require('/pad').pad; - chat = require('/chat').chat; - padeditbar = require('/pad_editbar').padeditbar; - padimpexp = require('/pad_impexp').padimpexp; + pad = require('ep_etherpad-lite/static/js/pad').pad; + chat = require('ep_etherpad-lite/static/js/chat').chat; + padeditbar = require('ep_etherpad-lite/static/js/pad_editbar').padeditbar; + padimpexp = require('ep_etherpad-lite/static/js/pad_impexp').padimpexp; }()); </script> |