1
0
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:
Andrew Dolgov
2018-11-29 22:56:34 +03:00
parent 0d27227359
commit 560b9fdd26
3 changed files with 80 additions and 132 deletions

View File

@@ -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();
}