Explorar el Código

new check_configure_kerio_buisness_mail.tpl

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

+ 2 - 2
check_configure_kerio_buisness_mail.tpl

@@ -49,9 +49,9 @@
         $(checkBoxHelper[0]).click(function () {
         $(checkBoxHelper[0]).click(function () {
             setTimeout(function () {
             setTimeout(function () {
                 if ($(checkBox[0]).hasClass('checked')) {
                 if ($(checkBox[0]).hasClass('checked')) {
-                    $("#btnCompleteProductConfig").prop("disabled",true);
-                } else {
                     $("#btnCompleteProductConfig").prop("disabled",false);
                     $("#btnCompleteProductConfig").prop("disabled",false);
+                } else {
+                    $("#btnCompleteProductConfig").prop("disabled",true);
                 }
                 }
                 checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
                 checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
             }, 1);
             }, 1);