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

new check_configure_kerio_buisness_mail.tpl

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

+ 1 - 2
check_configure_kerio_buisness_mail.tpl

@@ -46,12 +46,11 @@
             $(customFields[0]).css('background-color', '');
         });
         $(checkBoxHelper[0]).click(function () {
+            console.log('helper klicked');
             setTimeout(function () {
                 if ($(checkBox[0]).hasClass('checked')) {
-                    console.log(checkBox[0]);
                     $("#btnCompleteProductConfig").prop("disabled",false);
                 } else {
-                    console.log(checkBox[0]);
                     $("#btnCompleteProductConfig").prop("disabled",true);
                 }
                 checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});