don't call callback twice, fixup for c61d173922
This commit is contained in:
parent
c61d173922
commit
cb42e1d7fa
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@
|
||||||
Ox.LOCALE = locale;
|
Ox.LOCALE = locale;
|
||||||
if (locale == 'en') {
|
if (locale == 'en') {
|
||||||
translations = {};
|
translations = {};
|
||||||
callback(true);
|
|
||||||
} else {
|
} else {
|
||||||
translations = {};
|
translations = {};
|
||||||
Ox.forEach(Ox.LOCALES, function(locales, module) {
|
Ox.forEach(Ox.LOCALES, function(locales, module) {
|
||||||
|
|
Loading…
Reference in a new issue