File "custom-widgets-min.js"

Full Path: /home/fineflavourcocoa/public_html/wp-content/plugins/gyan-elements/widgets/custom-widgets-min.js
File size: 711 bytes
MIME-type: text/plain
Charset: utf-8

!function(n){n(document).ready(function(){"use strict";n(document).on("click",".image-upload-button-remove",function(e){e.preventDefault();e=n(this);e.siblings(".image-upload-value").val(""),e.siblings(".image-preview").html("")}),n(document).on("click",".image-upload-button",function(e){e.preventDefault();var t=n(this),i=wp.media.frames.file_frame=wp.media({title:"Select or upload image",library:{type:"image"},button:{text:"Select"},multiple:!1});i.on("select",function(){var e=i.state().get("selection").first().toJSON();t.siblings('input[type="hidden"]').val(e.url);e='<img src="'+e.url+'" style="max-width:100px;height:auto;margin:20px 0;">';t.siblings(".image-preview").html(e)}),i.open()})})}(jQuery);