Parcourir la source

new info form

andre il y a 5 mois
Parent
commit
2c7399272c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/UI/Client/Templates/assets/js/setting/index.js

+ 1 - 1
app/UI/Client/Templates/assets/js/setting/index.js

@@ -46,7 +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();
-        $(this).title("Button clicked!");
+        $(this).prop('title', 'Wert in die Zwischenablage kopiert!');
     });
     });
 });
 });
 function inArray(needle, haystack) {
 function inArray(needle, haystack) {