diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-08-11 20:36:10 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-08-11 20:36:10 +0200 |
commit | 080643e89af62013d70bb574cd54cf4876628515 (patch) | |
tree | e79e3bebe9175da613c4a339fc4ac3fa172ecced /pyload/web/app/scripts/config.js | |
parent | another try to fix broken accounts (diff) | |
download | pyload-080643e89af62013d70bb574cd54cf4876628515.tar.xz |
improved account list
Diffstat (limited to 'pyload/web/app/scripts/config.js')
-rw-r--r-- | pyload/web/app/scripts/config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/web/app/scripts/config.js b/pyload/web/app/scripts/config.js index 9d1d027d9..ff4082ce4 100644 --- a/pyload/web/app/scripts/config.js +++ b/pyload/web/app/scripts/config.js @@ -19,6 +19,7 @@ require.config({ marionette: '../components/backbone.marionette/lib/backbone.marionette', handlebars: '../components/handlebars.js/dist/handlebars', jed: '../components/jed/jed', + moment: '../components/momentjs/moment', // TODO: Two hbs dependencies could be replaced i18nprecompile: '../components/require-handlebars-plugin/hbs/i18nprecompile', |