HOME


Mini Shell 1.0
DIR: /var/www/2of3/wp-content/themes/author_template_1747135695/inc/
Upload File :
Current File : /var/www/2of3/wp-content/themes/author_template_1747135695/inc/plugin-enhancements.js
jQuery(document).ready(function($) {

	/**
	 *	Process request to dismiss our admin notice
	 */
	$('#jetpack-notice .notice-dismiss').click(function() {

		//* Data to make available via the $_POST variable
		data = {
			action: 'tonal_jetpack_admin_notice',
			tonal_jetpack_admin_nonce: tonal_jetpack_admin.tonal_jetpack_admin_nonce
		};

		//* Process the AJAX POST request
		$.post( ajaxurl, data );

		return false;
	});
});