Procházet zdrojové kódy

copy domain to maildomain

andre před 4 měsíci
rodič
revize
50257f1f50
1 změnil soubory, kde provedl 1 přidání a 5 odebrání
  1. 1 5
      check_configure_kerio_buisness_mail.tpl

+ 1 - 5
check_configure_kerio_buisness_mail.tpl

@@ -50,7 +50,7 @@
         checkBox = $("*[id^='iCheck-customfield']")
         checkBox = $("*[id^='iCheck-customfield']")
         $("#btnCompleteProductConfig").prop("disabled",true);
         $("#btnCompleteProductConfig").prop("disabled",true);
         $("#hint").text('Bitte wählen Sie Ihre Maildomain und akzeptieren Sie die erweiterten Nutzungsbedingungen!');
         $("#hint").text('Bitte wählen Sie Ihre Maildomain und akzeptieren Sie die erweiterten Nutzungsbedingungen!');
-        if(isset($domain)){
+        if(typeof $domain !== 'undefined'){
             $(customFields[0]).val() = $domain; // domain
             $(customFields[0]).val() = $domain; // domain
         }else{
         }else{
             $(customFields[0]).val(''); // domain
             $(customFields[0]).val(''); // domain
@@ -94,7 +94,3 @@
         });
         });
     });
     });
 </script>
 </script>
-<<<<<<< HEAD
-=======
-
->>>>>>> 7b2d160... Roland KerioBusiness