|
|
@@ -46,7 +46,7 @@ mgEventHandler.on('ModalLoaded', null,function(){
|
|
|
tempTextarea.val(textToCopy).select();
|
|
|
document.execCommand("copy");
|
|
|
tempTextarea.remove();
|
|
|
- $(this).prop('title', 'Wert in die Zwischenablage kopiert!');
|
|
|
+ $(this).attr('title', 'Wert in die Zwischenablage kopiert!');
|
|
|
});
|
|
|
});
|
|
|
function inArray(needle, haystack) {
|