diff --git a/resources/themes/architect/views/layouts/partials/topmenu.blade.php b/resources/themes/architect/views/layouts/partials/topmenu.blade.php index f5048072..dd958411 100644 --- a/resources/themes/architect/views/layouts/partials/topmenu.blade.php +++ b/resources/themes/architect/views/layouts/partials/topmenu.blade.php @@ -169,6 +169,9 @@ $('button[id^="link-"]').on('click',function(item) { var content; + // Remove our fancy-tree highlight, since we are rendering the frame + $('.fancytree-node.fancytree-active').removeClass('fancytree-active'); + $.ajax({ url: $(this).data('link'), method: 'GET',