Kaynağa Gözat

new check_configure_kerio_buisness_mail.tpl

andre 6 ay önce
ebeveyn
işleme
44a3e1689a
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. 0 4
      check_configure_kerio_buisness_mail.tpl

+ 0 - 4
check_configure_kerio_buisness_mail.tpl

@@ -6,14 +6,10 @@
             if (this.readyState == 4 && this.status == 200) {
                 if( this.responseText.trim() == 'yes') {
                     console.log(this.responseText);
-                    $(customFields[0]).addClass('has-success');
-                    $(customFields[0]).removeClass('has-error');
                     $(customFields[0]).css('background-color', '#0f03');;
                     $("#hint").text('');
                 } else {
                     console.log(this.responseText);
-                    $(customFields[0]).addClass('has-error');
-                    $(customFields[0]).removeClass('has-success');
                     $(customFields[0]).css('background-color', '#f003');;
                     $("#hint").text('Domain ' + $(customFields[0]).val() + ' nicht verfügbar!');
                 }