FSN#33999: Realisatie TMJ module voor TobiasAX obv Inspectiemodule.
svn path=/Website/trunk/; revision=30411
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user