diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-02 20:03:37 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-02 20:03:37 +0100 |
commit | df45d256b3c95dd3cd7b5cb386441c0c239bd67d (patch) | |
tree | fd3b939f0de7a40dda001047a303fbb7468f851d /module/web/static/js/config.js | |
parent | added some icons, placeholder for left menu (diff) | |
download | pyload-df45d256b3c95dd3cd7b5cb386441c0c239bd67d.tar.xz |
added some icons, select2, worked on package-list
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 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 |