andre 4 месяцев назад
Родитель
Сommit
0615e2a4cf
1 измененных файлов с 1 добавлено и 1 удалено
  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{