Fixed sidebar notifications

revert-70aa11f8
Rasika Perera 7 years ago
parent 6470e8e3d2
commit 73ab6f28c1

@ -98,6 +98,7 @@ function loadNewNotifications() {
var responsePayload = JSON.parse(data);
if (responsePayload.notifications) {
viewModel.context = context;
viewModel.notifications = responsePayload.notifications;
if (responsePayload.count > 0) {
$(messageSideBar).html(template(viewModel));

Loading…
Cancel
Save