diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2015-01-18 19:03:43 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2015-01-18 19:03:43 +0100 |
commit | 8e3e378e56348176c32702ac98f7ad0db8c1af80 (patch) | |
tree | 16eb3fd0d946f74b54c4daec6cce273bedff5bc7 | |
parent | removed bootstrap-assets path (diff) | |
download | pyload-1.0.0.tar.xz |
removed .js suffix1.0.0
-rw-r--r-- | pyload/web/app/scripts/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/web/app/scripts/config.js b/pyload/web/app/scripts/config.js index 88af2dd8d..210dd71b6 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/docs/assets/js/bootstrap.js', + bootstrap: '../components/bootstrap/docs/assets/js/bootstrap', underscore: '../components/underscore/underscore', backbone: '../components/backbone/backbone', marionette: '../components/backbone.marionette/lib/backbone.marionette', |