diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-21 19:43:34 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-21 19:43:34 +0100 |
commit | 268f69de3bb2d309ba6f200c74f19b1bae996303 (patch) | |
tree | 10964ba2b1fe143d9c6b7b53c46d6ea8ab235adc /module/web/static/js/default.js | |
parent | added tags attribute to packages (diff) | |
download | pyload-268f69de3bb2d309ba6f200c74f19b1bae996303.tar.xz |
updated bootstrap to 2.2.2
Diffstat (limited to 'module/web/static/js/default.js')
-rw-r--r-- | module/web/static/js/default.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/js/default.js b/module/web/static/js/default.js index 6e6e17a7b..b3d126b8d 100644 --- a/module/web/static/js/default.js +++ b/module/web/static/js/default.js @@ -10,7 +10,7 @@ require.config({ flot: "libs/jquery.flot-1.1", transit: "libs/jquery.transit-0.9.9", omniwindow: "libs/jquery.omniwindow", - bootstrap: "libs/bootstrap-2.1.1", + bootstrap: "libs/bootstrap-2.2.2", underscore: "libs/lodash-1.0.rc3", backbone: "libs/backbone-0.9.9", |