mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
- Small bug fixes after a quick test by performing a clean installation on Windows/IE 8
SVN:trunk[417]
This commit is contained in:
@@ -18,7 +18,6 @@ jQuery.fn.popupmenu = function ()
|
||||
{
|
||||
$(this).bind('mouseenter.popup_menu click.popup_menu', function (evt)
|
||||
{
|
||||
console.log(evt.type);
|
||||
var previous_popup = popupmenu;
|
||||
var bMenuClosed = false;
|
||||
popupmenu = $(this).find('ul');
|
||||
|
||||
Reference in New Issue
Block a user