r1481 - branches/bxe_2_0/js
| Newsgroups | gmane.editors.bitflux.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: chregu
Date: Thu May 18 11:11:34 2006
New Revision: 1481
Modified:
branches/bxe_2_0/js/bxeFunctions.js
Log:
Modified: branches/bxe_2_0/js/bxeFunctions.js
==============================================================================
--- branches/bxe_2_0/js/bxeFunctions.js (original)
+++ branches/bxe_2_0/js/bxeFunctions.js Thu May 18 11:11:34 2006
@@ -2329,7 +2329,9 @@
} else {
node.XMLNode = _existingNode.getXMLNode();
}
- node.XMLNode._htmlnode = node;
+ if (! node.XMLNode._htmlnode) {
+ node.XMLNode._htmlnode = node;
+ }
if (node.XMLNode.vdom && node.XMLNode.vdom.bxeNoteditable) {
node.removeAttribute("__bxe_id");
} else {
--
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs