fix context-menu help

This commit is contained in:
Mike Ng
2017-12-12 11:56:49 +04:00
parent aecc97bc3d
commit 5f2ce74956

View File

@@ -31,11 +31,11 @@ var commonModule = (function ($, p4) {
$(this).removeClass('context-menu-item-hover');
});
$('#help-trigger').contextMenu('#mainMenu .helpcontextmenu', {openEvt: 'click', dropDown: true, theme: 'vista', dropDown: true,
showTransition: 'slideDown',
hideTransition: 'hide',
shadow: false
});
// $('#help-trigger').contextMenu('#mainMenu .helpcontextmenu', {openEvt: 'click', dropDown: true, theme: 'vista', dropDown: true,
// showTransition: 'slideDown',
// hideTransition: 'hide',
// shadow: false
// });
});
function showOverlay(n, appendto, callback, zIndex) {