diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-17 20:46:52 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-17 20:46:52 +0100 |
commit | 07f061bf96992a447ad535460ad6053d15a86888 (patch) | |
tree | a3137c54187aaf93289b9016ca0f3b2598a8b1db /pyload/web | |
parent | Merge pull request #400 from vuolter/m/c_logging (diff) | |
download | pyload-07f061bf96992a447ad535460ad6053d15a86888.tar.xz |
adapted multihoster to new plugin manager
Diffstat (limited to 'pyload/web')
-rw-r--r-- | pyload/web/app/scripts/helpers/gettext.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/web/app/scripts/helpers/gettext.js b/pyload/web/app/scripts/helpers/gettext.js index d73b5e378..8a3fea5ed 100644 --- a/pyload/web/app/scripts/helpers/gettext.js +++ b/pyload/web/app/scripts/helpers/gettext.js @@ -1,4 +1,4 @@ -require(['underscore', 'handlebars', 'utils/i18n'], function(_, Handlebars, i18n) { +define(['underscore', 'handlebars', 'utils/i18n'], function(_, Handlebars, i18n) { 'use strict'; // These methods binds additional content directly to translated message function ngettext(single, plural, n) { |