andre пре 6 месеци
родитељ
комит
ab02da4772
1 измењених фајлова са 1 додато и 1 уклоњено
  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) {