misc code cleanup

This commit is contained in:
Andrew Dolgov
2010-11-12 17:41:32 +03:00
parent 817dcf1bf8
commit 4169bb67e8
4 changed files with 12 additions and 21 deletions
+1 -10
View File
@@ -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() {