Browse Source

new info form

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

+ 1 - 0
app/UI/Client/Templates/assets/js/setting/index.js

@@ -39,6 +39,7 @@ mgEventHandler.on('ModalLoaded', null,function(){
         dkim.addClass('lu-alert--warning lu-alert--outline');
         $('.modal-alert-top').addClass('lu-alert--warning');
     }
+    $('input[name$="thurdata"]').attr('title', 'In die Zwischenablage kopieren!');
     $('input[name$="thurdata"]').click(function() {
         var textToCopy = $(this).val();
         var tempTextarea = $("<textarea>");