Explorar el Código

new info form

andre hace 5 meses
padre
commit
a0ab7c315d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
         document.execCommand("copy");
         tempTextarea.remove();
-        alert("Button clicked!");
+        $(this).title("Button clicked!");
     });
 });
 function inArray(needle, haystack) {