Browse Source

new check_configure_kerio_buisness_mail.tpl

andre 6 months ago
parent
commit
94d4cb79ec
1 changed files with 2 additions and 2 deletions
  1. 2 2
      check_configure_kerio_buisness_mail.tpl

+ 2 - 2
check_configure_kerio_buisness_mail.tpl

@@ -24,10 +24,10 @@
     };
     jQuery(document).ready(function(){
         customFields = $("*[id^='customfield']");
-        checkBoxes = $("*[id^='iCheck-customfield']");
+        checkBoxes = $("*[class^='iCheck-helper']");
         $("#btnCompleteProductConfig").prop("disabled",true);
         $(customFields[0]).val(''); // domain
-        $(customFields[1]).val('on'); // checkbox
+        $(checkBoxes[0]).removeClass('checked'); // checkbox
         $(customFields[0]).blur(function () {
             checkDomain( $(customFields[0]).val(), {$productinfo['pid']});
         });