소스 검색

new info form

andre 5 달 전
부모
커밋
c8cd0a5b5c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      app/UI/Client/Templates/assets/js/setting/index.js

+ 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
 });