Browse Source

new check_configure_kerio_buisness_mail.tpl

andre 6 tháng trước cách đây
mục cha
commit
14c81a1fd6

+ 1 - 4
check_configure_kerio_buisness_mail.tpl

@@ -49,15 +49,12 @@
             console.log('helper klicked');
             console.log('helper klicked');
             setTimeout(function () {
             setTimeout(function () {
                 if ($(checkBox[0]).hasClass('checked')) {
                 if ($(checkBox[0]).hasClass('checked')) {
-                    $("#btnCompleteProductConfig").prop("disabled",false);
+                    $("#btnCompleteProductConfig").prop("enabled",false);
                 } else {
                 } else {
                     $("#btnCompleteProductConfig").prop("disabled",true);
                     $("#btnCompleteProductConfig").prop("disabled",true);
                 }
                 }
                 checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
                 checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
             }, 1);
             }, 1);
         });
         });
-        $(checkBoxHelper[0]).hover (function () {
-            $("#hint").text('Akzeptieren Sie die erweiterten Nutzungsbedingungen');
-        });
     });
     });
 </script>
 </script>