notifications: handle cell being refreshed (#34244)

This commit is contained in:
Frédéric Péters 2019-06-30 09:54:08 +02:00
parent 167dbc1617
commit 43dad697ce
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ $(function() {
});
/* notifications */
$('div.cell li.combo-notification').on('click', function(event) {
$('div.cell').delegate('li.combo-notification', 'click', function() {
var target_url = $(this).find('a').attr('href');
if ($(this).hasClass('combo-notification-acked')) {
if (target_url != '#') {