[Vtigercrm-commits] [vtiger-commits] r10499 - /vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 20 09:55:10 EDT 2007


Author: jerrydgeorge
Date: Tue Mar 20 07:55:01 2007
New Revision: 10499

Log:
page reloaded for check mail has been done

Modified:
    vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js

Modified: vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js (original)
+++ vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js Tue Mar 20 07:55:01 2007
@@ -163,6 +163,8 @@
 	);
 }
 function check_for_new_mail(mbox) {
+	window.location=window.location;
+/*
 	if(degraded_service == 'true') {
 		window.location=window.location;
 		return;
@@ -308,6 +310,7 @@
                         }
                 }
         );
+*/
 }
 function periodic_event() {
 	// NOTE: any functions you put in here may race.  This could probably





More information about the vtigercrm-commits mailing list