diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-20 19:35:51 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-20 19:35:51 +0100 |
commit | f6f37985a5e5aa96fb79244f89ba1c998ce60ae0 (patch) | |
tree | 325fc686048a844b2fc68041a1a2b68575cb088f /module/web/static/js/config.js | |
parent | tooltips and other improvements on webui (diff) | |
download | pyload-f6f37985a5e5aa96fb79244f89ba1c998ce60ae0.tar.xz |
updated bootstrap, fixed tooltips
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 0c0eac3fc..5bdfcf201 100644 --- a/module/web/static/js/config.js +++ b/module/web/static/js/config.js @@ -11,7 +11,7 @@ require.config({ animate: "libs/jquery.animate-enhanced-0.99", omniwindow: "libs/jquery.omniwindow", select2: "libs/select2-3.2", - bootstrap: "libs/bootstrap-2.2.2", + bootstrap: "libs/bootstrap-2.3", underscore: "libs/lodash-1.0.rc3", backbone: "libs/backbone-0.9.10", |