840eab9566
Also added a license statement at the bottom of the posts.
1 line
No EOL
180 B
JavaScript
1 line
No EOL
180 B
JavaScript
function copyLink(){var a=window.location.href;var b=$("<input>");$("body").append(b);b.val(a).select();document.execCommand("copy");b.remove();alert("Link copied successfully!")}; |