Fix race condition causing missing translations in homepage
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user