1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 06:41:28 +00:00

use input type=search for search UI

This commit is contained in:
Andrew Dolgov
2007-11-30 09:06:17 +01:00
parent 3b1390d5ea
commit 3dc8ee8410
3 changed files with 3 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ window.onload = init;
<?php if (get_pref($link, 'ENABLE_SEARCH_TOOLBAR')) { ?>
<?php echo __('Search:') ?>
<input name="query"
<input name="query" type="search"
onKeyPress="return filterCR(event, viewCurrentFeed)"
onblur="javascript:enableHotkeys();" onfocus="javascript:disableHotkeys();">