Fix race condition causing missing translations in homepage
This commit is contained in:
@@ -1231,7 +1231,9 @@ define([
|
||||
store = Store;
|
||||
});
|
||||
|
||||
$(function () {
|
||||
Messages._applyTranslation();
|
||||
});
|
||||
|
||||
Alertify._$$alertify.delay = AppConfig.notificationTimeout || 5000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user