Fix race condition causing missing translations in homepage
parent
dc39c4e179
commit
39c85ca3f7
|
@ -1231,7 +1231,9 @@ define([
|
|||
store = Store;
|
||||
});
|
||||
|
||||
Messages._applyTranslation();
|
||||
$(function () {
|
||||
Messages._applyTranslation();
|
||||
});
|
||||
|
||||
Alertify._$$alertify.delay = AppConfig.notificationTimeout || 5000;
|
||||
|
||||
|
|
Loading…
Reference in New Issue