Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api
In directory usw-pr-cvs1:/tmp/cvs-serv19356

Modified Files:
        dynlayer.js 
Log Message:
Fixed check for win32

Index: dynlayer.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/dynlayer.js,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** dynlayer.js 2001/04/07 06:53:43     1.47
--- dynlayer.js 2001/05/04 02:32:49     1.48
***************
*** 116,126 ****
                this.elm.innerHTML = "";
                this.elm.outerHTML = "";
!               if (is.ie5 && is.win32 && this.elm.children.length>0) 
this.elm.removeNode(true);
        }
        else if (is.ns4 && this.elm) {
                if (!this.parent.doc.recycled) this.parent.doc.recycled=[];
                this.parent.doc.recycled[this.parent.doc.recycled.length]=this.elm;
-               this.elm.visibility = "hide";
-               this.elm.releaseEvents(Event.LOAD);
        }
        this.elm = null;
--- 116,124 ----
                this.elm.innerHTML = "";
                this.elm.outerHTML = "";
!               if (is.ie5 && is.platform=="win32" && this.elm.children.length>0) 
this.elm.removeNode(true);
        }
        else if (is.ns4 && this.elm) {
                if (!this.parent.doc.recycled) this.parent.doc.recycled=[];
                this.parent.doc.recycled[this.parent.doc.recycled.length]=this.elm;
        }
        this.elm = null;


_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs

Reply via email to