Fix race condition causing missing translations in homepage

pull/1/head
yflory 8 years ago
parent dc39c4e179
commit 39c85ca3f7

@ -1231,7 +1231,9 @@ define([
store = Store; store = Store;
}); });
$(function () {
Messages._applyTranslation(); Messages._applyTranslation();
});
Alertify._$$alertify.delay = AppConfig.notificationTimeout || 5000; Alertify._$$alertify.delay = AppConfig.notificationTimeout || 5000;

Loading…
Cancel
Save