From 4169bb67e826671868b29b72ab4eb573517d062a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Nov 2010 17:41:32 +0300 Subject: misc code cleanup --- tt-rss.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index abd0f673e..e83841232 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -215,18 +215,9 @@ function timeout() { setTimeout("timeout()", 3000); } -function resetSearch() { - var searchbox = $("searchbox") - - if (searchbox.value != "" && getActiveFeedId()) { - searchbox.value = ""; - viewfeed(getActiveFeedId(), ""); - } -} - function search() { closeInfoBox(); - viewCurrentFeed(0, ""); + viewCurrentFeed(); } function updateTitle() { -- cgit v1.2.3