Browse Source

new info form

andre 5 months ago
parent
commit
a0ab7c315d
1 changed files with 1 additions and 1 deletions
  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();
-        alert("Button clicked!");
+        $(this).title("Button clicked!");
     });
     });
 });
 });
 function inArray(needle, haystack) {
 function inArray(needle, haystack) {