소스 검색

new info form

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>");