Quellcode durchsuchen

new check_configure_kerio_buisness_mail.tpl

andre vor 6 Monaten
Ursprung
Commit
abc1daef07
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      check_configure_kerio_buisness_mail.tpl

+ 1 - 1
check_configure_kerio_buisness_mail.tpl

@@ -32,7 +32,7 @@
         $(customFields[0]).blur(function () {
             checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
         });
-        $(customFields[0]).paste(function () {
+        $(customFields[0]).input(function () {
             setTimeout(function () {
                 checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
             }, 1);