Explorar o código

new info form

andre hai 6 meses
pai
achega
ab02da4772
Modificáronse 1 ficheiros con 1 adicións e 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();
-        $(this).prop('title', 'Wert in die Zwischenablage kopiert!');
+        $(this).attr('title', 'Wert in die Zwischenablage kopiert!');
     });
 });
 function inArray(needle, haystack) {