]> git.wh0rd.org - tt-rss.git/blobdiff - js/tt-rss.js
move several methods from dlg; fix displayed tags not updated after editing
[tt-rss.git] / js / tt-rss.js
index 80eacbac681b1866b582817673fb9afec5446c60..51257a693ec0fb4b4639073ffabe334424dcc008 100644 (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"))