ソースを参照

new check_configure_kerio_buisness_mail.tpl

andre 6 ヶ月 前
コミット
08e6a2db1c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      check_configure_kerio_buisness_mail.tpl

+ 1 - 1
check_configure_kerio_buisness_mail.tpl

@@ -26,7 +26,7 @@
         $("#btnCompleteProductConfig").prop("disabled",true);
         $(customFields[0]).val(''); // domain
         $(customFields[1]).val('on'); // checkbox
-        $(customFields[0]).blur(function () {
+        $(customFields[0]).focusout(function () {
             checkDomain( $(customFields[0]).val(), {$productinfo['pid']});
         });
         $(checkBoxes[0]).click(function () {