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

mark at devel.plogworld.net mark at devel.plogworld.net
Mon Jan 31 07:29:55 GMT 2005


Author: mark
Date: 2005-01-31 07:29:50 +0000 (Mon, 31 Jan 2005)
New Revision: 891

Modified:
   plog/trunk/js/ui/plogui.js
Log:
Modify type error.

Modified: plog/trunk/js/ui/plogui.js
===================================================================
--- plog/trunk/js/ui/plogui.js	2005-01-31 07:28:01 UTC (rev 890)
+++ plog/trunk/js/ui/plogui.js	2005-01-31 07:29:50 UTC (rev 891)
@@ -132,7 +132,7 @@
     if( htmlAreaEnabled ) {
 		postText = encodeURIComponent(postTextEditor.getHTML());
 	} else {
-		postText = form.postText.value
+		postText = form.postText.value;
     }
     
     if (postText == '') {




More information about the pLog-svn mailing list