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:
@@ -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();">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user