[Vtigercrm-commits] [vtiger-commits] r6727 - /vtigercrm/trunk/modules/Webmails/webmails.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon May 29 18:41:37 EDT 2006


Author: mmbrich
Date: Mon May 29 16:41:36 2006
New Revision: 6727

Log:
 no need to degrade service for check_all but it won't be hit on a degraded client anyways \(refresh happens first)

Modified:
    vtigercrm/trunk/modules/Webmails/webmails.js

Modified: vtigercrm/trunk/modules/Webmails/webmails.js
==============================================================================
--- vtigercrm/trunk/modules/Webmails/webmails.js (original)
+++ vtigercrm/trunk/modules/Webmails/webmails.js Mon May 29 16:41:36 2006
@@ -81,9 +81,6 @@
         }
 }
 function check_in_all_boxes(mymbox) {
-	if(degraded_service == 'true') {
-		return;
-	}
         new Ajax.Request(
                 'index.php',
                 {queue: {position: 'end', scope: 'command'},





More information about the vtigercrm-commits mailing list