[pLog-svn] r892 - plog/trunk/js/ui

mark at devel.plogworld.net mark at devel.plogworld.net
Mon Jan 31 07:33:39 GMT 2005


Author: mark
Date: 2005-01-31 07:33:38 +0000 (Mon, 31 Jan 2005)
New Revision: 892

Modified:
   plog/trunk/js/ui/plogui.js
Log:
remove encodeURIComponent here. I think there is no need thic function. Becasue we just want to identify the value is empty or not.

Modified: plog/trunk/js/ui/plogui.js
===================================================================
--- plog/trunk/js/ui/plogui.js	2005-01-31 07:29:50 UTC (rev 891)
+++ plog/trunk/js/ui/plogui.js	2005-01-31 07:33:38 UTC (rev 892)
@@ -130,7 +130,7 @@
 	
     // Can't use form.postText.value, becasue the form.postText.value still "null"
     if( htmlAreaEnabled ) {
-		postText = encodeURIComponent(postTextEditor.getHTML());
+		postText = postTextEditor.getHTML();
 	} else {
 		postText = form.postText.value;
     }




More information about the pLog-svn mailing list