• File: wfdashboard.1778685035.js
  • Full Path: /home/dealkatnwc/www/wp-content/plugins/wordfence/js/wfdashboard.1778685035.js
  • Date Modified: 05/14/2026 4:01 AM
  • File size: 365 bytes
  • MIME-type: text/plain
  • Charset: utf-8
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);
		}
	}
}