Merge pull request #2389 from mike-esokia/PHRAS-1748_fix_help_menu

PHRAS-1748: fix dropdown on help-menu
This commit is contained in:
Nicolas Maillat
2018-01-08 12:15:31 +01:00
committed by GitHub

View File

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