Fix reference to rcmail object
This commit is contained in:
parent
793ced3d1e
commit
0ee3194fd4
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ rcube_webmail.prototype.book_delete = function()
|
|||
if (this.env.source != '') {
|
||||
this.confirm_dialog(this.get_label('kolab_addressbook.bookdeleteconfirm'), 'delete', function() {
|
||||
var lock = rcmail.set_busy(true, 'kolab_addressbook.bookdeleting');
|
||||
rcmail.http_request('plugin.book', '_act=delete&_source='+urlencode(this.book_realname()), lock);
|
||||
rcmail.http_request('plugin.book', '_act=delete&_source='+urlencode(rcmail.book_realname()), lock);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue