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:
@@ -159,7 +159,7 @@ function timeout() {
|
||||
}
|
||||
|
||||
function search() {
|
||||
var query = "backend.php?op=dlg&method=search¶m=" +
|
||||
var query = "backend.php?op=feeds&method=search¶m=" +
|
||||
param_escape(getActiveFeedId() + ":" + activeFeedIsCat());
|
||||
|
||||
if (dijit.byId("searchDlg"))
|
||||
|
||||
Reference in New Issue
Block a user