Explorar o código

new check_configure_kerio_buisness_mail.tpl

andre hai 6 meses
pai
achega
a38b6a972a
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      check_configure_kerio_buisness_mail.tpl

+ 2 - 1
check_configure_kerio_buisness_mail.tpl

@@ -47,12 +47,13 @@
         });
         $(checkBoxHelper[0]).click(function () {
             if ($(checkBox[0]).hasClass('checked')) {
+                console.log(checkBox[0]).attr("class");
                 $("#btnCompleteProductConfig").prop("disabled",false);
             } else {
+                console.log(checkBox[0]).attr("class");
                 $("#btnCompleteProductConfig").prop("disabled",true);
             }
             checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
-                $("#btnCompleteProductConfig").prop("disabled",false);
         });
         $(checkBoxHelper[0]).hover (function () {
             $("#hint").text('Akzeptieren Sie die erweiterten Nutzungsbedingungen');