Explorar el Código

copy domain to maildomain

andre hace 4 meses
padre
commit
61c64a9268
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      check_configure_kerio_buisness_mail.tpl

+ 1 - 1
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!');
-        console.log($domain);
+//        console.log($domain);
         $(customFields[0]).val({$domain}); // domain
         $(checkBox[0]).removeClass('checked'); // checkbox
         $(customFields[0]).blur(function () {