Seems to truly fix setupTheming loading across browsers.

master
David Corry 4 years ago
parent bcbcea96b7
commit 0aef5b0df6

@ -50,3 +50,9 @@ function setupTheming() {
}
});
}
$(document).ready(function() {
i18next.init((err, t) => {
setupTheming();
});
});

@ -53,7 +53,6 @@ i18next
});
// init set content
$(document).ready(initialize);
$(document).ready(setupTheming);
let delayTimer;
$(document).on('input', function(event) {

Loading…
Cancel
Save