Просмотр исходного кода

new check_configure_kerio_buisness_mail.tpl

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

+ 3 - 3
check_configure_kerio_buisness_mail.tpl

@@ -11,9 +11,9 @@
                     $("#hint").text('');
                 } else {
                     console.log(this.responseText);
-                    $(customFields[2]).addClass('has-error');
-                    $(customFields[2]).css('background-color', '#f003');;
-                    $("#hint").text('Domain' + $(customFields[0]).val() + ' nicht verfügbar!');
+                    $(customFields[0]).addClass('has-error');
+                    $(customFields[0]).css('background-color', '#f003');;
+                    $("#hint").text('Domain ' + $(customFields[0]).val() + ' nicht verfügbar!');
                 }
             }
         };