andre 4 месяцев назад
Родитель
Сommit
7914af8fa6
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      check_configure_kerio_buisness_mail.tpl

+ 3 - 3
check_configure_kerio_buisness_mail.tpl

@@ -50,9 +50,9 @@
         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'){
-            console.log($domain);
-            $(customFields[0]).val() = $domain; // domain
+        if(typeof {$domain} !== 'undefined'){
+            console.log({$domain});
+            $(customFields[0]).val() = {$domain}; // domain
         }else{
             $(customFields[0]).val(''); // domain
         }