Clear the notifications list before appending messages

This commit is contained in:
Hadi Nategh 2017-09-20 17:49:24 +02:00
parent 2876a2838c
commit 0339bb13bd

View File

@ -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')