Kaynağa Gözat

new info form

andre 5 ay önce
ebeveyn
işleme
c8cd0a5b5c

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

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