From 176e84bca7e0ad2d03c9bbcdd244ee51902e2a65 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 18 Jan 2015 17:57:28 +0100 Subject: removed bootstrap-assets path --- pyload/web/app/scripts/config.js | 4 ++-- 1 file 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 +}); -- cgit v1.2.3