FCLT#56820 Tot slot; de korte 'fadeIn'-animatie vind ik storend bij S(inline_actions_hamburger) == 2, dus deze omgezet naar show()

svn path=/Website/trunk/; revision=41356
This commit is contained in:
2019-03-06 15:17:57 +00:00
parent f1daff7c54
commit 30b6b19aa1

View File

@@ -420,7 +420,10 @@ function showActions(event) // event op de mouseover van resultsettable
var $actiondiv = $currentActionsDiv();
if (mustHide)
$actiondiv.stop().hide();
$actiondiv.fadeIn('fast');
if (useHamb == 2)
$actiondiv.show();
else
$actiondiv.fadeIn("fast");
event.stopPropagation();
var bits = String(this.getAttribute('ACTIONBITS'));
// Zet alle actions aan die enabled zijn