Update NotificationCard.vue

pull/1272/head
Daniel Supernault 6 years ago
parent 6c0e14793a
commit f47a8aaf92
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -97,7 +97,7 @@
this.notifications = data; this.notifications = data;
$('.notification-card .loader').addClass('d-none'); $('.notification-card .loader').addClass('d-none');
$('.notification-card .contents').removeClass('d-none'); $('.notification-card .contents').removeClass('d-none');
//this.notificationPoll(); this.notificationPoll();
}); });
}, },

Loading…
Cancel
Save