Browse Source

new info form

andre 5 months ago
parent
commit
ec2431c72e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/UI/Client/Templates/assets/js/setting/index.js

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

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