diff options
author | Chad Weider <cweider@oofn.net> | 2012-01-26 20:37:18 -0800 |
---|---|---|
committer | Chad Weider <cweider@oofn.net> | 2012-01-28 14:48:53 -0800 |
commit | 3e9b56aa7513f5fdfd0b6420ab845dc1f9856b24 (patch) | |
tree | 118786f4457ea2f12d574b76024a1111a0535b4c /node | |
parent | 514698162fc7519c648960f152d29257fe610ce0 (diff) | |
download | etherpad-lite-3e9b56aa7513f5fdfd0b6420ab845dc1f9856b24.zip |
Give controller for pad.html a more appropriate name.
Diffstat (limited to 'node')
-rw-r--r-- | node/utils/tar.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/utils/tar.json b/node/utils/tar.json index fd285b94..5fd6f696 100644 --- a/node/utils/tar.json +++ b/node/utils/tar.json @@ -1,6 +1,7 @@ { "pad.js": [ "jquery.js" + , "pad.js" , "ace2_common.js" , "pad_utils.js" , "plugins.js" @@ -17,7 +18,6 @@ , "pad_impexp.js" , "pad_savedrevs.js" , "pad_connectionstatus.js" - , "pad2.js" , "jquery-ui.js" , "chat.js" , "excanvas.js" |