- Small bug fixes after a quick test by performing a clean installation on Windows/IE 8

SVN:trunk[417]
This commit is contained in:
Denis Flaven
2010-05-16 18:46:19 +00:00
parent d95b941d5a
commit 280c8579be
5 changed files with 23 additions and 12 deletions

View File

@@ -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');