Explorar el Código

new info form

andre hace 5 meses
padre
commit
7d16ae2d07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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");
             setTimeout(restoreVal, 1000, [this, textToCopy]);
         });
-        if($('input[name="dnsok"]').val() == 0){
+        if($('input[name="dnsok"]').val() != 'success'){
             if($('input[name="selfdns"]').val() == 1){
                  $("#addalertfooter").append(' Nutzen Sie dafür die Edit Funktion!');
             }else{