Browse Source

new check_configure_kerio_buisness_mail.tpl

andre 6 months ago
parent
commit
74b2213ed1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      check_configure_kerio_buisness_mail.tpl

+ 1 - 1
check_configure_kerio_buisness_mail.tpl

@@ -28,7 +28,7 @@
         checkBox = $("*[id°='iCheck-customfield']")
         checkBox = $("*[id°='iCheck-customfield']")
         $("#btnCompleteProductConfig").prop("disabled",true);
         $("#btnCompleteProductConfig").prop("disabled",true);
         $(customFields[0]).val(''); // domain
         $(customFields[0]).val(''); // domain
-        $(checkBoxes[0]).removeClass('checked'); // checkbox
+        $(checkBox[0]).removeClass('checked'); // checkbox
         $(customFields[0]).blur(function () {
         $(customFields[0]).blur(function () {
             checkDomain( $(customFields[0]).val(), {$productinfo['pid']});
             checkDomain( $(customFields[0]).val(), {$productinfo['pid']});
         });
         });