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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user