ACC SHELL

Path : /srv/www/vhosts/rozzo/wp-content/plugins/wordfence/js/
File Upload :
Current File : /srv/www/vhosts/rozzo/wp-content/plugins/wordfence/js/wfdashboard.js

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);
		}
	}
}

ACC SHELL 2018