1 line
461 B
JavaScript
1 line
461 B
JavaScript
(()=>{"use strict";var t;(t=jQuery)(document).ready((function(){t(document).on("click",".pdfp_front_shortcode input",(function(e){e.preventDefault();let o=t(this).parent().find("input")[0];o.select(),o.setSelectionRange(0,30),document.execCommand("copy"),t(this).parent().find(".htooltip").text("Copied Successfully!")})),t(document).on("mouseout",".pdfp_front_shortcode input",(function(){t(this).parent().find(".htooltip").text("Copy To Clipboard")}))}))})(); |