File "wpr-admin-common.js"

Full path: /home/kosmetik/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin-common.js
File size: 272 B
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

jQuery( document ).ready( function( $ ){
	$( '.rocket-dismiss' ).on( 'click', function( e ) {
		e.preventDefault();
		var url = $( this ).attr( 'href' ).replace( 'admin-post', 'admin-ajax' );
		$.get( url ).done( $( this ).closest( '.notice' ).hide( 'slow' ) );
	});
} );