浏览代码

new check_configure_kerio_buisness_mail.tpl

andre 6 月之前
父节点
当前提交
fb44561d1f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      check_configure_kerio_buisness_mail.tpl

+ 2 - 0
check_configure_kerio_buisness_mail.tpl

@@ -49,8 +49,10 @@
             console.log('helper klicked');
             console.log('helper klicked');
             setTimeout(function () {
             setTimeout(function () {
                 if ($(checkBox[0]).hasClass('checked')) {
                 if ($(checkBox[0]).hasClass('checked')) {
+                    console.log('is checked');
                     $("#btnCompleteProductConfig").prop("enabled",false);
                     $("#btnCompleteProductConfig").prop("enabled",false);
                 } else {
                 } else {
+                    console.log('not checked');
                     $("#btnCompleteProductConfig").prop("disabled",true);
                     $("#btnCompleteProductConfig").prop("disabled",true);
                 }
                 }
                 checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
                 checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});