FSN#33999: Realisatie TMJ module voor TobiasAX obv Inspectiemodule.

svn path=/Website/trunk/; revision=30411
This commit is contained in:
Maykel Geerdink
2016-08-25 08:21:13 +00:00
parent 7cb073bd4f
commit c2fb8c6fc4
10 changed files with 229 additions and 85 deletions

View File

@@ -217,7 +217,7 @@ function showActions(event) // event op de mouseover van resultsettable
{
if (bits.substr(i,1) == 1 && this.getAttribute("isdefault") == 1)
$(window.activerow).css("cursor", "pointer");
var show = bits.substr(i,1) == 1 && this.getAttribute("isdefault") != 1;
var show = bits.substr(i,1) == 1 && (this.getAttribute("isdefault") != 1 && this.getAttribute("onlymulti") != 1);
$(this).toggle(show)
if (show)
{