mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
disable alertbox of app_refresh
This commit is contained in:
parent
a66dc3c2fe
commit
83c12b02f6
@ -10,7 +10,7 @@
|
||||
*/
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user