1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:25:54 +00:00

move several methods from dlg; fix displayed tags not updated after editing

This commit is contained in:
Andrew Dolgov
2013-04-01 11:14:27 +04:00
parent a7edcc5585
commit 1c9bda915b
7 changed files with 238 additions and 233 deletions

View File

@@ -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"))