Fix race condition causing missing translations in homepage

This commit is contained in:
yflory 2017-01-31 12:01:33 +01:00
parent dc39c4e179
commit 39c85ca3f7

View file

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