disable alertbox of app_refresh

This commit is contained in:
Klaus Leithoff 2012-04-18 07:12:53 +00:00
parent a66dc3c2fe
commit 83c12b02f6

View File

@ -10,7 +10,7 @@
*/ */
function app_refresh(_msg, _app, _id, _type) function app_refresh(_msg, _app, _id, _type)
{ {
alert("app_refresh(\'"+_msg+"\',\'"+_app+"\',\'"+_id+"\',\'"+_type+"\')"); //alert("app_refresh(\'"+_msg+"\',\'"+_app+"\',\'"+_id+"\',\'"+_type+"\')");
} }
function egw_email_fetchDataProc(_elems, _columns, _callback, _context) function egw_email_fetchDataProc(_elems, _columns, _callback, _context)