Просмотр исходного кода

new check_configure_kerio_buisness_mail.tpl

andre 6 месяцев назад
Родитель
Сommit
14c81a1fd6
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      check_configure_kerio_buisness_mail.tpl

+ 1 - 4
check_configure_kerio_buisness_mail.tpl

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