mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Call ajax_refreshVacationNotice as a static method
This commit is contained in:
parent
cb093e7266
commit
e06b02f6f6
@ -991,7 +991,7 @@ app.classes.mail = AppJS.extend(
|
||||
*/
|
||||
mail_callRefreshVacationNotice: function(_server)
|
||||
{
|
||||
egw.jsonq('mail.mail_ui.ajax_refreshVacationNotice',[_server]);
|
||||
egw.jsonq('mail_ui::ajax_refreshVacationNotice',[_server]);
|
||||
},
|
||||
/**
|
||||
* Make sure attachments have all needed data, so they can be found for
|
||||
|
Loading…
Reference in New Issue
Block a user