svn commit: r762461 - /lenya/branches/BRANCH_2_0_X/src/modules/sitetree/resources/javascript/lenyatree.js

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: rudolf
Date: Mon Apr  6 19:00:38 2009
New Revision: 762461

URL: http://svn.apache.org/viewvc?rev=762461&view=rev
Log:
show sitetree in site-view with IE

Modified:
    lenya/branches/BRANCH_2_0_X/src/modules/sitetree/resources/javascript/lenyatree.js

Modified: lenya/branches/BRANCH_2_0_X/src/modules/sitetree/resources/javascript/lenyatree.js
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/sitetree/resources/javascript/lenyatree.js?rev=762461&r1=762460&r2=762461&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/src/modules/sitetree/resources/javascript/lenyatree.js (original)
+++ lenya/branches/BRANCH_2_0_X/src/modules/sitetree/resources/javascript/lenyatree.js Mon Apr  6 19:00:38 2009
@@ -171,7 +171,15 @@
 };
 
 LenyaTree.prototype.createElement = function(name) {
-    return this.doc.createElementNS("http://www.w3.org/1999/xhtml", name);
+    if (typeof this.doc.createElementNS != 'undefined') {
+        return this.doc.createElementNS('http://www.w3.org/1999/xhtml', name);
+    }
+		if (typeof this.doc.createElement != 'undefined') {
+				return this.doc.createElement(name);
+		}
+		return false;
+
+/*    return this.doc.createElementNS("http://www.w3.org/1999/xhtml", name); */
 };
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.