forked from LiveCarta/LiveCartaWP
Changed source root directory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
jQuery( document ).ready( function() {
|
||||
jQuery( document ).on( 'click', '.ps-mobile-admin-notice .notice-dismiss', function( e ) {
|
||||
e.preventDefault();
|
||||
|
||||
var dismissURL = jQuery( '.ps-mobile-notice-hidden-url' ).val();
|
||||
|
||||
window.location.replace( dismissURL );
|
||||
} );
|
||||
} )
|
||||
Reference in New Issue
Block a user