diff options
author | 2012-12-28 21:25:37 +0100 | |
---|---|---|
committer | 2012-12-28 21:25:37 +0100 | |
commit | 7b48db556bf5d9f91f2f0e61d60cd79b0e3d5da0 (patch) | |
tree | a12ebc68164f1503d985be196f03b50c876d7b5a /module/web/static/js/app.js | |
parent | added animate-enhanced (diff) | |
download | pyload-7b48db556bf5d9f91f2f0e61d60cd79b0e3d5da0.tar.xz |
fixed some animations
Diffstat (limited to 'module/web/static/js/app.js')
-rw-r--r-- | module/web/static/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/js/app.js b/module/web/static/js/app.js index 59098e8ca..d39ef6a63 100644 --- a/module/web/static/js/app.js +++ b/module/web/static/js/app.js @@ -10,7 +10,7 @@ define([ 'underscore', 'backbone', 'utils/initHB', -// 'utils/animations', + 'utils/animations', 'utils/lazyRequire', 'wreqr', 'bootstrap', |