summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2015-01-18 17:57:28 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2015-01-18 17:57:28 +0100
commit176e84bca7e0ad2d03c9bbcdd244ee51902e2a65 (patch)
tree6c12f38149e06b3843a064325eccb2c6a67b3099
parenttry to fix web dependencies (diff)
downloadpyload-176e84bca7e0ad2d03c9bbcdd244ee51902e2a65.tar.xz
removed bootstrap-assets path
-rw-r--r--pyload/web/app/scripts/config.js4
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
+});