diff options
author | Chad Weider <cweider@oofn.net> | 2012-01-18 21:39:38 -0800 |
---|---|---|
committer | Chad Weider <cweider@oofn.net> | 2012-01-28 18:42:49 -0800 |
commit | 67e6f9fa5aac32ee2dff91fb5a3b19f0d195cca3 (patch) | |
tree | 3e0c0cbe994b29abaa3966f8cdd8d5a68e852b9c /node | |
parent | d934fd61078883d36cfe64ee79c8c0bf1cb519e9 (diff) | |
download | etherpad-lite-67e6f9fa5aac32ee2dff91fb5a3b19f0d195cca3.zip |
Move timeslider code into JS.
Diffstat (limited to 'node')
-rw-r--r-- | node/utils/tar.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/utils/tar.json b/node/utils/tar.json index 5fd6f696..e1e6fb2b 100644 --- a/node/utils/tar.json +++ b/node/utils/tar.json @@ -46,5 +46,6 @@ , "broadcast.js" , "broadcast_slider.js" , "broadcast_revisions.js" + , "timeslider.js" ] } |