Explorar el Código

copy domain to maildomain

andre hace 4 meses
padre
commit
50257f1f50
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  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']")
         $("#btnCompleteProductConfig").prop("disabled",true);
         $("#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
         }else{
             $(customFields[0]).val(''); // domain
@@ -94,7 +94,3 @@
         });
     });
 </script>
-<<<<<<< HEAD
-=======
-
->>>>>>> 7b2d160... Roland KerioBusiness