summaryrefslogtreecommitdiffstats
path: root/module/web/static/js/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/static/js/config.js')
-rw-r--r--module/web/static/js/config.js4
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