mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 12:41:10 +01:00
Call ajax_refreshVacationNotice as a static method
This commit is contained in:
parent
b8704c4ef9
commit
76f2141502
@ -985,7 +985,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
*/
|
*/
|
||||||
mail_callRefreshVacationNotice: function(_server)
|
mail_callRefreshVacationNotice: function(_server)
|
||||||
{
|
{
|
||||||
egw.jsonq('mail.mail_ui.ajax_refreshVacationNotice',[_server]);
|
egw.jsonq('mail_ui::ajax_refreshVacationNotice',[_server]);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user