Skip to content

Commit

Permalink
Merged branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
asvishnyakov committed Mar 13, 2017
2 parents c1530d7 + d348e89 commit fe364e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion VirtoCommerce.Platform.Web/Scripts/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ angular.module('platformWebApp', AppDependencies).
$scope.mainMenu.items = mainMenuService.menuItems;

$scope.onMainMenuChanged = function (mainMenu) {
saveMainMenuState(mainMenu, userProfile);
if ($scope.isAuthenticated) {
saveMainMenuState(mainMenu, userProfile);
}
}

function initializeMainMenu(profile) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@
<Content Include="Content\themes\main\sass\modules\_window-modals.sass" />
<Content Include="Content\themes\main\sass\includes\_mixins.sass" />
<Content Include="Content\themes\main\css\main.css.map" />
<Content Include="Content\themes\main\sass\modules\_menu.sass" />
<None Include="gulpfile.js" />
<Content Include="Scripts\allPackages.js" />
<Content Include="Content\allStyles.css" />
Expand Down

0 comments on commit fe364e2

Please sign in to comment.