Преглед изворни кода

new check_configure_kerio_buisness_mail.tpl

andre пре 6 месеци
родитељ
комит
b4ce5fe4cc
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      check_configure_kerio_buisness_mail.tpl

+ 2 - 2
check_configure_kerio_buisness_mail.tpl

@@ -47,10 +47,10 @@
         });
         });
         $(checkBoxHelper[0]).click(function () {
         $(checkBoxHelper[0]).click(function () {
             if ($(checkBox[0]).hasClass('checked')) {
             if ($(checkBox[0]).hasClass('checked')) {
-                console.log(checkBox[0]).attr("checked");
+                console.log('checked');
                 $("#btnCompleteProductConfig").prop("disabled",false);
                 $("#btnCompleteProductConfig").prop("disabled",false);
             } else {
             } else {
-                console.log(checkBox[0]).attr("checked");
+                console.log('unchecked');
                 $("#btnCompleteProductConfig").prop("disabled",true);
                 $("#btnCompleteProductConfig").prop("disabled",true);
             }
             }
             checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
             checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});