mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
Bugfix
This commit is contained in:
parent
250b8928bd
commit
0c94c8ade5
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue