FSN#38071 indien meer dan 250 resultaten stonden inline actions mouseover niet goed qua hoogte, nu wel

svn path=/Website/trunk/; revision=32029
This commit is contained in:
2016-12-19 15:37:46 +00:00
parent c1b5eca114
commit dffd96d62d

View File

@@ -413,7 +413,7 @@ function showActions(event) // event op de mouseover van resultsettable
}
var isInline = this.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName === "TD";
var inlineCorr = isInline ? 30 : 0;
var inlineCorr = isInline ? ($("#rsMaxHistoryB")[0] ? 45 : 30) : 0;
if (useHamb != 0)
{