From 5c65176f139ce09cfd5ebd4d9f972249d6755ddf Mon Sep 17 00:00:00 2001 From: "altob.rd" Date: Wed, 20 Dec 2017 16:09:08 +0800 Subject: [PATCH] upd --- views/qcar2/main_page.php | 7 +++---- views/qcar3/main_page.php | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/views/qcar2/main_page.php b/views/qcar2/main_page.php index 0ba864a..612b41d 100644 --- a/views/qcar2/main_page.php +++ b/views/qcar2/main_page.php @@ -468,10 +468,7 @@ $(document).ready(function() } - }).addTyping({ - showTyping: true, - delay: 250 - }); + }); // 定時自動更新頁面 (function autoReloadPage(){ @@ -502,5 +499,7 @@ $(document).ready(function() setTimeout(refresh, pageCheckReloadTimeMillis); })(); + // 自動鎖定輸入欄位 + $( "#fuzzy_input" ).focus(); }); diff --git a/views/qcar3/main_page.php b/views/qcar3/main_page.php index 6caa05a..51e4487 100644 --- a/views/qcar3/main_page.php +++ b/views/qcar3/main_page.php @@ -500,10 +500,7 @@ $(document).ready(function() } - }).addTyping({ - showTyping: true, - delay: 250 - }); + }); // 定時自動更新頁面 (function autoReloadPage(){ @@ -534,5 +531,7 @@ $(document).ready(function() setTimeout(refresh, pageCheckReloadTimeMillis); })(); + // 自動鎖定輸入欄位 + $( "#fuzzy_input" ).focus(); });