Minor fix
FEA: ItEr68S04BugFixing
This commit is contained in:
parent
65fc42ce65
commit
e6b72a0bd8
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ zkTasklist.hideTooltip = function(elem) {
|
|||
clearTimeout(zkTasklist.tooltipTimeout);
|
||||
}
|
||||
node = document.getElementById(elem);
|
||||
if (elem != null) node.style["display"] = "none";
|
||||
if ((elem != null) && (node != null)) node.style["display"] = "none";
|
||||
}
|
||||
|
||||
zkTasklist.timeplotcontainer_rescroll = function(elem) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue