Эх сурвалжийг харах

new check_configure_kerio_buisness_mail.tpl

andre 6 сар өмнө
parent
commit
94d4cb79ec

+ 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']});
         });