PluginProbe
Embed Privacy / 1.10.1
Embed Privacy v1.10.1
1.14.0 1.13.0 trunk 0.1 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.1.3 1.10.0 1.10.1 1.10.10 1.10.2 1.10.3 1.10.4 1.10.5 1.10.6 1.10.7 1.10.8 1.10.9 1.11.0 1.11.1 1.11.2 All 68 releases
embed-privacy / assets / js / admin / image-upload.min.js

image-upload.min.js in Embed Privacy 1.10.1, at assets/js/admin/image-upload.min.js

1 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 jQuery(document).ready((function(e){e(document).on("click",".embed-privacy-remove-image",(function(i){i.preventDefault();var a=e(this).closest(".embed-privacy-image-item");a.find(".embed-privacy-image-input-container, .embed-privacy-image-set-input-container").removeClass("embed-privacy-hidden"),a.find(".embed-privacy-image-container, .embed-privacy-image-set-container").addClass("embed-privacy-hidden"),a.find(".embed-privacy-image-input").val(""),a.find(".embed-privacy-upload-input").val(""),a.find(".embed-privacy-upload-input").attr("type","file")})),e(document).on("click",".embed-privacy-image-upload",(function(i){i.preventDefault();var a=e(this).closest(".embed-privacy-image-item").find(".embed-privacy-image-container"),d=e(this).closest(".embed-privacy-image-item").find(".embed-privacy-image-input"),m=wp.media.frames.meta_image_frame=wp.media(),n=e(this);m.on("select",(function(){var e=m.state().get("selection").first().toJSON();a.find("img").remove(),a.prepend('<img src="'+(void 0!==e.sizes?void 0!==e.sizes.thumbnail?e.sizes.thumbnail.url:e.sizes.full.url:e.url)+'" alt="">'),a.removeClass("embed-privacy-hidden"),d.val(e.id),n.parent().addClass("embed-privacy-hidden")})),m.open()}))}));