[pLog-svn] r7117 - plog/branches/lifetype-1.2/js/ui

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Feb 26 11:51:49 EST 2011


Author: jondaley
Date: 2011-02-26 11:51:49 -0500 (Sat, 26 Feb 2011)
New Revision: 7117

Modified:
   plog/branches/lifetype-1.2/js/ui/autosave.js
Log:
always save the topic, topics are more likely to be valid even if they are short

Modified: plog/branches/lifetype-1.2/js/ui/autosave.js
===================================================================
--- plog/branches/lifetype-1.2/js/ui/autosave.js	2011-02-26 16:29:16 UTC (rev 7116)
+++ plog/branches/lifetype-1.2/js/ui/autosave.js	2011-02-26 16:51:49 UTC (rev 7117)
@@ -93,7 +93,7 @@
 		postText = $('postText').value;
 	}
 
-	if( postTopic.length > minBackupLength )
+	if( postTopic.length > 1 )
 	{
 		setCookie( postNotSavedCookieName, 1, 1);
 		saveBackupPostToCookie( postTopicCookieName, postTopic );



More information about the pLog-svn mailing list