mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:15:55 +00:00
use xhrPost in more places
This commit is contained in:
@@ -154,7 +154,7 @@ function search() {
|
||||
style: "width: 600px",
|
||||
execute: function() {
|
||||
if (this.validate()) {
|
||||
_search_query = dojo.objectToQuery(this.attr('value'));
|
||||
_search_query = this.attr('value');
|
||||
this.hide();
|
||||
viewCurrentFeed();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user