Przeglądaj źródła

new check_configure_kerio_buisness_mail.tpl

andre 6 miesięcy temu
rodzic
commit
75d737fdff
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      check_configure_kerio_buisness_mail.tpl

+ 0 - 2
check_configure_kerio_buisness_mail.tpl

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