🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
appmen.com.ng
/
wp-content
/
themes
/
newscrunch
/
assets
/
js
✏️
Editing: widgets.js
jQuery(document).ready( function($) { // upload field $( document ).on( "click", ".newscrunch-media-upload", function(event) { event.preventDefault(); if ( frame ) { frame.open(); return; } var _this = $(this), frame = wp.media({ title: 'Select or Upload Image', button: { text: 'Add Author Image' }, multiple: false }); frame.open(); frame.on( 'select', function() { var attachment = frame.state().get('selection').first().toJSON(); _this.siblings(".widefat").val( attachment.url ).trigger("change"); _this.siblings('.newscrunch_auth_img').val(attachment.url); _this.siblings('.newscrunch-widget-img').attr( "src", attachment.url ); }) }); });
💾 Save Changes
❌ Cancel