mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Clear the notifications list before appending messages
This commit is contained in:
parent
2876a2838c
commit
0339bb13bd
@ -126,6 +126,8 @@
|
||||
notifications.prototype.display = function() {
|
||||
// list container
|
||||
var $egwpopup_list = jQuery("#egwpopup_list");
|
||||
// clear the list
|
||||
$egwpopup_list.empty();
|
||||
// define time label deviders
|
||||
var $today = jQuery(document.createElement('div'))
|
||||
.addClass('egwpopup_time_label')
|
||||
|
Loading…
Reference in New Issue
Block a user