Browse Source

copy domain to maildomain

andre 4 tháng trước cách đây
mục cha
commit
0df74aa4b4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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{