diff options
author | 2013-07-09 19:21:18 +0200 | |
---|---|---|
committer | 2013-07-09 19:21:35 +0200 | |
commit | 9f85e80188185b01c92f5f74343944e96382366d (patch) | |
tree | 686f37c412528b23616293fb2af81f25899308bd /pyload/web/app/scripts/config.js | |
parent | Merge pull request #183 from stickell/master (diff) | |
download | pyload-9f85e80188185b01c92f5f74343944e96382366d.tar.xz |
adapted to pyload-common repo
Diffstat (limited to 'pyload/web/app/scripts/config.js')
-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 baa8f7712..f2af39c56 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: 'vendor/bootstrap-2.3.2', + bootstrap: '../components/bootstrap-assets/js/bootstrap', underscore: '../components/underscore/underscore', backbone: '../components/backbone/backbone', marionette: '../components/backbone.marionette/lib/backbone.marionette', |