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