Changeset 9606
- Timestamp:
- 05.09.2007 11:43:46 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/_common/sm/webSiteGenerator/scTooltipMgr.js
r9603 r9606 508 508 pNode.ttId = vTtId; 509 509 if(!this.fNavsf && !vSticky) pNode.onmouseout = this.hideTooltip; 510 if(pNode.alt) {511 pNode.ttAlt = pNode.alt;512 pNode.alt = "";513 }514 if(pNode.title) {515 pNode.ttTitle = pNode.title;516 pNode.title = "";517 }518 510 } 519 511 this.xInitIfrm(); // Init ie iframe if needed