no wp
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
if (!window['WFDash']) {
|
||||
window['WFDash'] = {
|
||||
updateNotificationCount: function(count) {
|
||||
(function($) {
|
||||
$('.wf-notification-count-value').html(count);
|
||||
if (count == 0) {
|
||||
$('.wf-notification-count-container').addClass('wf-hidden');
|
||||
}
|
||||
else {
|
||||
$('.wf-notification-count-container').removeClass('wf-hidden');
|
||||
}
|
||||
})(jQuery);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user