Browse Source

new check_configure_kerio_buisness_mail.tpl

andre 6 tháng trước cách đây
mục cha
commit
c6f0e0a07c

+ 1 - 2
check_configure_kerio_buisness_mail.tpl

@@ -29,7 +29,6 @@
         customFields = $("*[id^='customfield']");
         customFields = $("*[id^='customfield']");
         checkBoxHelper = $("*[class^='iCheck-helper']");
         checkBoxHelper = $("*[class^='iCheck-helper']");
         checkBox = $("*[id°='iCheck-customfield']")
         checkBox = $("*[id°='iCheck-customfield']")
-        console.log(checkBox[0].id);
         $("#btnCompleteProductConfig").prop("disabled",true);
         $("#btnCompleteProductConfig").prop("disabled",true);
         $(customFields[0]).val(''); // domain
         $(customFields[0]).val(''); // domain
         $(checkBox[0]).removeClass('checked'); // checkbox
         $(checkBox[0]).removeClass('checked'); // checkbox
@@ -49,7 +48,7 @@
         $(checkBoxHelper[0]).click(function () {
         $(checkBoxHelper[0]).click(function () {
             setTimeout(function () {
             setTimeout(function () {
                 if ($(checkBox[0]).hasClass('checked')) {
                 if ($(checkBox[0]).hasClass('checked')) {
-                    console.log(checkBox[0].id);
+                    console.log(checkBox[0]);
                     $("#btnCompleteProductConfig").prop("disabled",false);
                     $("#btnCompleteProductConfig").prop("disabled",false);
                 } else {
                 } else {
                     console.log(checkBox[0].id);
                     console.log(checkBox[0].id);