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 40039c592..0c0eac3fc 100644
--- a/module/web/static/js/config.js
+++ b/module/web/static/js/config.js
@@ -10,6 +10,7 @@ require.config({
transit: "libs/jquery.transit-0.9.9",
animate: "libs/jquery.animate-enhanced-0.99",
omniwindow: "libs/jquery.omniwindow",
+ select2: "libs/select2-3.2",
bootstrap: "libs/bootstrap-2.2.2",
underscore: "libs/lodash-1.0.rc3",
@@ -33,7 +34,8 @@ require.config({
"flot": ["jquery"],
"transit": ["jquery"],
"omniwindow": ["jquery"],
+ "select2": ["jquery"],
"bootstrap": ["jquery"],
- "animate": ["jquery"],
+ "animate": ["jquery"]
} // end Shim Configuration
}); \ No newline at end of file