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/config.js | |
parent | button for progress popover (diff) | |
download | pyload-2ea0d4a87489efd57a30f8a04b660fe1fc7701da.tar.xz |
added animate-enhanced
Diffstat (limited to 'module/web/static/js/config.js')
-rw-r--r-- | module/web/static/js/config.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/module/web/static/js/config.js b/module/web/static/js/config.js index 0ab06a3e5..6ab77a935 100644 --- a/module/web/static/js/config.js +++ b/module/web/static/js/config.js @@ -8,6 +8,7 @@ require.config({ jqueryui: "libs/jqueryui", flot: "libs/jquery.flot-1.1", transit: "libs/jquery.transit-0.9.9", + animate: "libs/jquery.animate-enhanced-0.99", omniwindow: "libs/jquery.omniwindow", bootstrap: "libs/bootstrap-2.2.2", @@ -32,6 +33,7 @@ require.config({ "flot": ["jquery"], "transit": ["jquery"], "omniwindow": ["jquery"], - "bootstrap": ["jquery"] + "bootstrap": ["jquery"], + "animate": ["jquery"], } // end Shim Configuration });
\ No newline at end of file |