We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336fa3c commit 2bc96d7Copy full SHA for 2bc96d7
src/VirtoCommerce.Platform.Web/wwwroot/js/app/userProfile/blades/userProfile.js
@@ -11,7 +11,7 @@ angular.module('platformWebApp')
11
blade.currentTimeZone = i18n.getTimeZone();
12
blade.currentTimeAgoSettings = i18n.getTimeAgoSettings();
13
blade.currentTimeSettings = i18n.getTimeSettings();
14
-
+
15
userProfile.load().then(function () {
16
initializeBlade();
17
});
0 commit comments