From cb42e1d7fa0625b89131950cc7c88bcd4e73c568 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 6 Apr 2021 10:26:27 +0200 Subject: [PATCH] don't call callback twice, fixup for c61d173922 --- source/Ox/js/Locale.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Ox/js/Locale.js b/source/Ox/js/Locale.js index 4d6c674f..324f8646 100644 --- a/source/Ox/js/Locale.js +++ b/source/Ox/js/Locale.js @@ -31,7 +31,6 @@ Ox.LOCALE = locale; if (locale == 'en') { translations = {}; - callback(true); } else { translations = {}; Ox.forEach(Ox.LOCALES, function(locales, module) {