Explorar el Código

new check_configure_kerio_buisness_mail.tpl

andre hace 6 meses
padre
commit
9a7c91d119
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      check_configure_kerio_buisness_mail.tpl

+ 3 - 3
check_configure_kerio_buisness_mail.tpl

@@ -19,7 +19,7 @@
                     $(customFields[0]).addClass('has-error');
                     $(customFields[0]).removeClass('has-success');
                     $("#hint").text('Domain ' + $(customFields[0]).val() + ' nicht verfügbar!');
-                    $("#btnCompleteProductConfig").prop("enabled",false);
+                    $("#btnCompleteProductConfig").prop("disabled",true);
                 }
             }
         };
@@ -49,9 +49,9 @@
         $(checkBoxHelper[0]).click(function () {
             setTimeout(function () {
                 if ($(checkBox[0]).hasClass('checked')) {
-                    $("#btnCompleteProductConfig").prop("enabled",false);
+                    $("#btnCompleteProductConfig").prop("disabled",true);
                 } else {
-                    $("#btnCompleteProductConfig").prop("enabled",true);
+                    $("#btnCompleteProductConfig").prop("disabled",false);
                 }
                 checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
             }, 1);