express-require
Egil Moeller 2015-04-12 22:29:31 +02:00
parent 250b8928bd
commit 0c94c8ade5
1 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@
<script type="text/javascript" src="../../static/js/require-kernel.js"></script>
<script type="text/javascript" src="../../socket.io/socket.io.js"></script>
<script type="text/javascript" src="../static/plugins/requirejs/require.js"></script>
<script type="text/javascript" src="../../static/plugins/requirejs/require.js"></script>
<script type="text/javascript" src="../../static/custom/timeslider.js"></script>
@ -251,7 +251,7 @@
requirejs([
'ep_etherpad-lite/static/js/rjquery',
'ep_etherpad-lite/static/js/pluginfw/client_plugins',
'ep_etherpad-lite/static/js/pluginfw/hooks'
'ep_etherpad-lite/static/js/pluginfw/hooks',
'ep_etherpad-lite/static/js/pad_editbar',
'ep_etherpad-lite/static/js/browser',
'ep_etherpad-lite/static/js/timeslider'