Forráskód Böngészése

test use sections

andre 3 hónapja
szülő
commit
daa4508ec4
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      app/UI/Client/Templates/assets/js/setting/index.js

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

@@ -75,8 +75,8 @@ mgEventHandler.on('ModalLoaded', null,function(){
             $("#addalertheader").text('Ihre DNS Einstellungen sind fehlerhaft ❕');
             $("#addalertfooter").text('Bitte vergleichen und korrigieren Sie falsche oder fehlende Einträge!');
         }
-        $('input[name$="thurdata"]').attr('title', 'Click to Copy!');
-        $('input[name$="thurdata"]').click(function() {
+        $('input[name$="thurdata"]','input[name="dkimname"]').attr('title', 'Click to Copy!');
+        $('input[name$="thurdata"]','input[name="dkimname"]').click(function() {
             var textToCopy = $(this).val();
             var tempTextarea = $("<textarea>");
             $("body").append(tempTextarea);