mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
* Notifications: remove calendar notification from the list after applying any of actions
This commit is contained in:
@ -339,7 +339,7 @@
|
||||
.addClass('et2_button')
|
||||
.css({'background-image':'url('+egw.image(notifymessages[id].data.actions[action].icon,notifymessages[id].data.app)+')'})
|
||||
.text(notifymessages[id].data.actions[action].caption)
|
||||
.click(jQuery.proxy(func,this))
|
||||
.click(jQuery.proxy(func, this, [$message]))
|
||||
.prependTo($actions_container);
|
||||
}
|
||||
$actions_container.appendTo($message);
|
||||
|
Reference in New Issue
Block a user