1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 02:41:28 +00:00

map inline search to |

This commit is contained in:
Andrew Dolgov
2008-05-19 07:37:55 +01:00
parent 4fe5fe2d2e
commit abe6d9346e
3 changed files with 14 additions and 3 deletions

View File

@@ -1836,7 +1836,6 @@ function fixHeadlinesOrder(ids) {
}
function subtoolbarSearch() {
try {
var q = document.getElementById("subtoolbar_search_box");
@@ -1871,7 +1870,7 @@ function subtoolbarSearch() {
} catch (e) {
exception_error("subtoolbarSearch", e);
}
}
}
function getArticleUnderPointer() {