Browse Source

new info form

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

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

@@ -40,7 +40,7 @@ mgEventHandler.on('ModalLoaded', null,function(){
         $('.modal-alert-top').addClass('lu-alert--warning');
     }
     $('input[name$="thurdata"]').click(function() {
-        var textToCopy = self.val();
+        var textToCopy = $(this).val();
         var tempTextarea = $("<textarea>");
         $("body").append(tempTextarea);
         tempTextarea.val(textToCopy).select();