summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-01 11:14:27 +0400
committerAndrew Dolgov <[email protected]>2013-04-01 11:14:27 +0400
commit1c9bda915bb8a734af27cc3a2d2dd1cc16f2d5fd (patch)
tree5d9244ab519b3611f0f1f411af50728a3f83a61d /js/tt-rss.js
parenta7edcc5585b5d2995c4ea033c242bb42ce95ca78 (diff)
move several methods from dlg; fix displayed tags not updated after editing
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 80eacbac6..51257a693 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -159,7 +159,7 @@ function timeout() {
}
function search() {
- var query = "backend.php?op=dlg&method=search&param=" +
+ var query = "backend.php?op=feeds&method=search&param=" +
param_escape(getActiveFeedId() + ":" + activeFeedIsCat());
if (dijit.byId("searchDlg"))