BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
wp-content
/
plugins
/
sg-cachepress
/
assets
/
js
📤 Upload
📝 New File
📁 New Folder
Close
Editing: admin.js
/*global ajaxurl*/ ;(function( $ ) { $(document).ready(function() { // Switch to default dashboard. $('.dismiss-memcache-notice').on('click', function(e) { let $this = $(this); $.ajax( $this.data('link') ) .success(function() { $this.parents('.notice-error').remove() }) }) }) })( jQuery )
Save
Cancel