Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
thepassage.overlookedtracks.com
/
wp-content9
/
plugins
/
ithemes-sync
/
js
/
Editing: admin-notice.js
jQuery(document).ready( function() { jQuery('.ithemes-sync-notice-dismiss').click( function( e ) { jQuery('#ithemes-sync-notice').hide(); return false; } ); jQuery('.ithemes-sync-notice-hide').click( function( e ) { jQuery('#ithemes-sync-notice').hide(); var post_data = { action: 'ithemes_sync_hide_notice' }; jQuery.post( ithemes_sync_notice.url, post_data ); return false; } ); } );
Save
Cancel