Browse Source

update dns active

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

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