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

new check_configure_kerio_buisness_mail.tpl

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

+ 2 - 2
check_configure_kerio_buisness_mail.tpl

@@ -34,8 +34,8 @@
         });
         $(customFields[0]).on('input', function () {
             setTimeout(function () {
-                console.log('Input event handled including paste event');
-            }, 0);
+                checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
+            }, 1);
         });
         $(customFields[0]).focus(function () {
             $(customFields[0]).addClass('has-success');