r1400 - trunk/js
| Newsgroups | gmane.editors.bitflux.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: chregu
Date: Sun Oct 2 18:17:58 2005
New Revision: 1400
Modified:
trunk/js/bxeFunctions.js
Log:
revert the 'creatre space between append' patch
Modified: trunk/js/bxeFunctions.js
==============================================================================
--- trunk/js/bxeFunctions.js (original)
+++ trunk/js/bxeFunctions.js Sun Oct 2 18:17:58 2005
@@ -949,7 +949,8 @@
aNode.parentNode.insertAfter(newNode,aNode);
newNode.parentNode.isNodeValid(true,2);
- newNode._node.parentNode.insertBefore(newNode._node.ownerDocument.createTextNode(" "),newNode._node);
+ // looks like not needed, not sure...
+ //newNode._node.parentNode.insertBefore(newNode._node.ownerDocument.createTextNode(" "),newNode._node);
newNode.makeDefaultNodes(e.additionalInfo.noPlaceholderText);
--
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs