Browse Source

new info form

andre 5 months ago
parent
commit
7d16ae2d07
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

@@ -73,7 +73,7 @@ mgEventHandler.on('ModalLoaded', null,function(){
             $(this).css("background-color","#e9ebf0");
             $(this).css("background-color","#e9ebf0");
             setTimeout(restoreVal, 1000, [this, textToCopy]);
             setTimeout(restoreVal, 1000, [this, textToCopy]);
         });
         });
-        if($('input[name="dnsok"]').val() == 0){
+        if($('input[name="dnsok"]').val() != 'success'){
             if($('input[name="selfdns"]').val() == 1){
             if($('input[name="selfdns"]').val() == 1){
                  $("#addalertfooter").append(' Nutzen Sie dafür die Edit Funktion!');
                  $("#addalertfooter").append(' Nutzen Sie dafür die Edit Funktion!');
             }else{
             }else{