andre пре 6 месеци
родитељ
комит
e4164911ba
1 измењених фајлова са 1 додато и 0 уклоњено
  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', 'Click to Copy!');
     $('input[name$="thurdata"]').click(function() {
         var textToCopy = $(this).val();
         var tempTextarea = $("<textarea>");