Skip to content
Snippets Groups Projects
Commit 26ba5efd authored by John McLear's avatar John McLear
Browse files

attempt to add hooks, socket and color utils but doesnt seem to work?

parent 0f46f04d
No related branches found
No related tags found
No related merge requests found
...@@ -130,8 +130,11 @@ function sendPadHeaderFiles(res, callback){ ...@@ -130,8 +130,11 @@ function sendPadHeaderFiles(res, callback){
<javascripts/lib/ep_etherpad-lite/static/js/pad.js?callback=require.define>; rel=prefetch\, \ <javascripts/lib/ep_etherpad-lite/static/js/pad.js?callback=require.define>; rel=prefetch\, \
<javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define>; rel=prefetch\, \ <javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define>; rel=prefetch\, \
<javascripts/lib/ep_etherpad-lite/static/js/ace2_inner.js?callback=require.define>; rel=prefetch\, \ <javascripts/lib/ep_etherpad-lite/static/js/ace2_inner.js?callback=require.define>; rel=prefetch\, \
<javascripts/lib/ep_etherpad-lite/static/js/colorutils.js?callback=require.define>; rel=prefetch\, \
<javascripts/lib/ep_etherpad-lite/static/js/hooks.js?callback=require.define>; rel=prefetch\, \
<javascripts/lib/unorm/lib/unorm.js?callback=require.define>; rel=prefetch\, \ <javascripts/lib/unorm/lib/unorm.js?callback=require.define>; rel=prefetch\, \
<static/custom/pad.js>; rel=prefetch\, \ <static/custom/pad.js>; rel=prefetch\, \
<socket.io/socket.io.js>; rel=prefetch\, \
<static/js/html10n.js>; rel=prefetch\, \ <static/js/html10n.js>; rel=prefetch\, \
<static/js/l10n.js>; rel=prefetch\, \ <static/js/l10n.js>; rel=prefetch\, \
<static/css/pad.css>; rel=prefetch\, \ <static/css/pad.css>; rel=prefetch\, \
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
"pad.js" "pad.js"
, "pad_utils.js" , "pad_utils.js"
, "browser.js" , "browser.js"
, "colorutils.js"
, "pad_cookie.js" , "pad_cookie.js"
, "pad_editor.js" , "pad_editor.js"
, "pad_editbar.js" , "pad_editbar.js"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment