diff options
-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 +}); |