From 560b9fdd26c75aad829e8bd053c71b00df34c7e2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 29 Nov 2018 22:56:34 +0300 Subject: use xhrPost in more places --- js/tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tt-rss.js') 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(); } -- cgit v1.2.3