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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Feb 26 11:29:16 EST 2011


Author: jondaley
Date: 2011-02-26 11:29:16 -0500 (Sat, 26 Feb 2011)
New Revision: 7116

Modified:
   plog/branches/lifetype-1.2/js/ui/autosave.js
Log:
fixed autosave for firefox, checking on IE in a minute

Modified: plog/branches/lifetype-1.2/js/ui/autosave.js
===================================================================
--- plog/branches/lifetype-1.2/js/ui/autosave.js	2011-01-13 23:28:36 UTC (rev 7115)
+++ plog/branches/lifetype-1.2/js/ui/autosave.js	2011-02-26 16:29:16 UTC (rev 7116)
@@ -81,7 +81,7 @@
 	postTopic = $('postTopic').value;
 	
 	if(htmlAreaEnabled){
-        if(document.tinyMCE == undefined){
+        if(tinyMCE == undefined){
                 // there is an error, forget the auto-saving
             clearInterval( backupTimer );
             return;



More information about the pLog-svn mailing list