diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2015-01-18 17:57:28 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2015-01-18 17:57:28 +0100 |
commit | 176e84bca7e0ad2d03c9bbcdd244ee51902e2a65 (patch) | |
tree | 6c12f38149e06b3843a064325eccb2c6a67b3099 | |
parent | try to fix web dependencies (diff) | |
download | pyload-176e84bca7e0ad2d03c9bbcdd244ee51902e2a65.tar.xz |
removed bootstrap-assets path
-rw-r--r-- | pyload/web/app/scripts/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/web/app/scripts/config.js b/pyload/web/app/scripts/config.js index 2f5745c08..88af2dd8d 100644 --- a/pyload/web/app/scripts/config.js +++ b/pyload/web/app/scripts/config.js @@ -13,7 +13,7 @@ require.config({ cookie: '../components/jquery.cookie/jquery.cookie', omniwindow: 'vendor/jquery.omniwindow', select2: '../components/select2/select2', - bootstrap: '../components/bootstrap-assets/js/bootstrap', + bootstrap: '../components/bootstrap/docs/assets/js/bootstrap.js', underscore: '../components/underscore/underscore', backbone: '../components/backbone/backbone', marionette: '../components/backbone.marionette/lib/backbone.marionette', @@ -82,4 +82,4 @@ require.config({ bootstrap: ['jquery'], animate: ['jquery'] } -});
\ No newline at end of file +}); |