Current File : /home/kelaby89/teamhachem.com/wp-content/plugins/metronet-profile-picture/js/mpp-frontend.js
jQuery( document ).ready( function( $ ) {
	$( '.mpp-gutenberg-tab' ).on( 'click', function( e ) {
		$('.mpp-author-tabs li').removeClass('active');
		$(this).addClass('active');
		var $tabs = $('.mpp-tab').removeClass('mpp-tab-active');
		var new_tab = $(this).data('tab');
		$('.' + new_tab).addClass('mpp-tab-active');
	} );
} );
Page not found – Hello World !