fixing hound

This commit is contained in:
zmagod 2016-10-03 08:27:13 +02:00
parent 2ee02ec472
commit b9bc2f17c8
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@
.remove(); .remove();
$('.notifications-dropdown-header') $('.notifications-dropdown-header')
.after(data.html); .after(data.html);
animateSpinner($('.notifications-dropdown-header'), false) animateSpinner($('.notifications-dropdown-header'), false);
} }
}); });
}); });
@ -46,7 +46,7 @@
notificationCount.html(data.notificationNmber); notificationCount.html(data.notificationNmber);
notificationCount.show(); notificationCount.show();
} else { } else {
notificationCount.hide() notificationCount.hide();
} }
} }