[Vtigercrm-commits] [vtiger-commits] r6628 - /vtigercrm/trunk/modules/Webmails/webmails.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sun May 28 11:28:49 EDT 2006
Author: mmbrich
Date: Sun May 28 09:28:49 2006
New Revision: 6628
Log:
remove debuging alert
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 Sun May 28 09:28:49 2006
@@ -124,7 +124,7 @@
method: 'post',
postBody: 'module=Webmails&action=WebmailsAjax&mailbox='+mbox+'&command=check_mbox&ajax=true',
onComplete: function(t) {
- alert(t.responseText);
+ //alert(t.responseText);
try {
var data = eval('(' + t.responseText + ')');
var read = parseInt($(mailbox+"_read").innerHTML);
More information about the vtigercrm-commits
mailing list