@@ -46,7 +46,7 @@ mgEventHandler.on('ModalLoaded', null,function(){
tempTextarea.val(textToCopy).select();
document.execCommand("copy");
tempTextarea.remove();
- alert("Button clicked!");
+ $(this).title("Button clicked!");
});
function inArray(needle, haystack) {