forked from extern/egroupware
Clear the notifications list before appending messages
This commit is contained in:
parent
2876a2838c
commit
0339bb13bd
@ -126,6 +126,8 @@
|
|||||||
notifications.prototype.display = function() {
|
notifications.prototype.display = function() {
|
||||||
// list container
|
// list container
|
||||||
var $egwpopup_list = jQuery("#egwpopup_list");
|
var $egwpopup_list = jQuery("#egwpopup_list");
|
||||||
|
// clear the list
|
||||||
|
$egwpopup_list.empty();
|
||||||
// define time label deviders
|
// define time label deviders
|
||||||
var $today = jQuery(document.createElement('div'))
|
var $today = jQuery(document.createElement('div'))
|
||||||
.addClass('egwpopup_time_label')
|
.addClass('egwpopup_time_label')
|
||||||
|
Loading…
Reference in New Issue
Block a user