Browse Source

new info form

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

+ 2 - 2
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).val('Wert in die Zwischenablage kopiert!');
+        setInterval($(this).val('Wert in die Zwischenablage kopiert!'), 1000);
     });
 });
 function inArray(needle, haystack) {
@@ -55,4 +55,4 @@ function inArray(needle, haystack) {
         if (haystack[i] === needle) return true;
     }
     return false;
-}
+}