FSN#34665 1&2 opgelost, 3 nietgevonden

svn path=/Website/trunk/; revision=31500
This commit is contained in:
2016-11-16 11:54:54 +00:00
parent 4a192bfa2e
commit a2da4cd199
4 changed files with 10 additions and 4 deletions

View File

@@ -236,7 +236,8 @@ function hideActions(event)
{
if ((useHamb == 0 && window.activerow != this) || (useHamb != 0 && $currentActionsDiv().css('display') != "none")) // voorkom hide als je muis boven de buttons beweegt
$currentActionsDiv().hide();
event.stopPropagation();
if (event)
event.stopPropagation();
}
function hambSetCursor(event)