From 2ea0d4a87489efd57a30f8a04b660fe1fc7701da Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 28 Dec 2012 19:57:11 +0100 Subject: added animate-enhanced --- module/web/static/js/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'module/web/static/js/config.js') 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 -- cgit v1.2.3