diff options
author | 2012-12-28 19:57:11 +0100 | |
---|---|---|
committer | 2012-12-28 19:57:11 +0100 | |
commit | 2ea0d4a87489efd57a30f8a04b660fe1fc7701da (patch) | |
tree | 763a10d705b39a7e59ee97af8800b662fe07b010 /module/web/static/js/app.js | |
parent | button for progress popover (diff) | |
download | pyload-2ea0d4a87489efd57a30f8a04b660fe1fc7701da.tar.xz |
added animate-enhanced
Diffstat (limited to 'module/web/static/js/app.js')
-rw-r--r-- | module/web/static/js/app.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/module/web/static/js/app.js b/module/web/static/js/app.js index 52a181463..59098e8ca 100644 --- a/module/web/static/js/app.js +++ b/module/web/static/js/app.js @@ -10,10 +10,11 @@ define([ 'underscore', 'backbone', 'utils/initHB', - 'utils/animations', +// 'utils/animations', 'utils/lazyRequire', 'wreqr', - 'bootstrap' + 'bootstrap', + 'animate' ], function($, _, Backbone, Handlebars) { 'use strict'; |