r1400 - trunk/js

[email protected]
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
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.