diff --git a/admin/lib/cust/main.js b/admin/lib/cust/main.js index 47400dec02099e1e2e9c8c70c1b11e31ddda0465..8a98bf1a8d9df6e417909615da2ce7d4b57b0c98 100644 --- a/admin/lib/cust/main.js +++ b/admin/lib/cust/main.js @@ -35,6 +35,8 @@ var tools = { window.location.hash = tools.curTool; $('#wheel-logo').css('transform', 'rotate(360deg)'); $('#main-content').fadeOut(100, function() { + // Reset Custom menu + tools.ui.menu(); $.ajax({ url: 'tools/' + tools.curTool + '.tool', dataType: 'html',