diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-05 21:21:35 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-05 21:21:35 +0100 |
commit | 27cbef194960af0c7f2e22e092c47db15284ec18 (patch) | |
tree | ea33ccd0e4cf6e1d50be49e932cd6ceb44e87a82 /module/web/static/js/config.js | |
parent | cleaned dashboard event code, preserve filtering across packages (diff) | |
download | pyload-27cbef194960af0c7f2e22e092c47db15284ec18.tar.xz |
fixed position of autocompletion, updated libraries
Diffstat (limited to 'module/web/static/js/config.js')
-rw-r--r-- | module/web/static/js/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/js/config.js b/module/web/static/js/config.js index 86704740c..474a77dc3 100644 --- a/module/web/static/js/config.js +++ b/module/web/static/js/config.js @@ -10,7 +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", + select2: "libs/select2-3.3.1", bootstrap: "libs/bootstrap-2.3", underscore: "libs/lodash-1.0.1", |