Explorar el Código

new check_configure_kerio_buisness_mail.tpl

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

+ 1 - 1
check_configure_kerio_buisness_mail.tpl

@@ -30,7 +30,7 @@
         customFields = $("*[id^='customfield']");
         checkBoxHelper = $("*[class^='iCheck-helper']");
         checkBox = $("*[id^='iCheck-customfield']")
-        $("#btnCompleteProductConfig").prop("enabled",false);
+        $("#btnCompleteProductConfig").prop("disabled",true);
         $(customFields[0]).val(''); // domain
         $(checkBox[0]).removeClass('checked'); // checkbox
         $(customFields[0]).blur(function () {