فهرست منبع

new info form

andre 5 ماه پیش
والد
کامیت
a67d9bc7e5
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      app/UI/Client/Templates/assets/js/setting/index.js

+ 5 - 1
app/UI/Client/Templates/assets/js/setting/index.js

@@ -73,8 +73,12 @@ 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){
+        if($('input[name="dnsok"]').val() == 0){
+            if($('input[name="selfdns"]').val() == 1){
                  $("#addalertfooter").append(' Nutzen Sie dafür die Edit Funktion!');
+            }else{
+                $("#addalertfooter").append(' Tragen Sie die vorgegebenen Werte bei Ihrem Domain Registrar ein oder transferieren Sie Ihre Domain zu THurData');
+            }
         }
     }
 // end infoModal