1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-03 04:57:10 +00:00

prefs: remove fix loading prompts after searching feeds or users

This commit is contained in:
Andrew Dolgov
2011-09-25 16:49:48 +04:00
parent 0612ce2388
commit 543fce93fc
2 changed files with 51 additions and 53 deletions

View File

@@ -1329,7 +1329,7 @@
print "<div style='float : right; padding-right : 4px;'>
<input dojoType=\"dijit.form.TextBox\" id=\"feed_search\" size=\"20\" type=\"search\"
onchange=\"updateFeedList()\" value=\"$feed_search\">
value=\"$feed_search\">
<button dojoType=\"dijit.form.Button\" onclick=\"updateFeedList()\">".
__('Search')."</button>
</div>";