/** * Main scripts file for the About Coothemes Page * * @package Coothemes */ /* global ctAboutPageObject */ /* global console */ jQuery( document ).ready( function () { /* If there are required actions, add an icon with the number of required actions in the About ct-about-page page -> Actions required tab */ var ct_about_page_nr_actions_required = ctAboutPageObject.nr_actions_required; if ( (typeof ct_about_page_nr_actions_required !== 'undefined') && (ct_about_page_nr_actions_required !== '0') ) { jQuery( 'li.ct-about-page-w-red-tab a' ).append( '' + ct_about_page_nr_actions_required + '' ); } /* Dismiss required actions */ jQuery( '.ct-about-page-required-action-button' ).click( function() { var id = jQuery( this ).attr( 'id' ), action = jQuery( this ).attr( 'data-action' ); jQuery.ajax( { type : 'GET', data : { action: 'ct_about_page_dismiss_required_action', id: id, todo: action }, dataType : 'html', url : ctAboutPageObject.ajaxurl, beforeSend: function () { jQuery( '.ct-about-page-tab-pane#actions_required h1' ).append( '
