Procházet zdrojové kódy

copy domain to maildomain

andre před 4 měsíci
rodič
revize
76171b401b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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!');
-        if(typeof {$domain} !== 'undefined'){
+        if(typeof $domain !== 'undefined'){
             console.log({$domain});
 //            $(customFields[0]).val() = {$domain}; // domain
         }else{