Explorar el Código

new info form

andre hace 5 meses
padre
commit
ec2431c72e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) {