summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-29 22:56:34 +0300
committerAndrew Dolgov <[email protected]>2018-11-29 22:56:34 +0300
commit560b9fdd26c75aad829e8bd053c71b00df34c7e2 (patch)
tree5607bfdbc8dfb2a968197ad37bcca568d32fe74b /js/tt-rss.js
parent0d27227359df5597d4dc3b646eaa63082f42e4f0 (diff)
use xhrPost in more places
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 56e89addc..e25dff18e 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -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();
}