summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-11 04:02:23 +0100
committerAndrew Dolgov <[email protected]>2005-09-11 04:02:23 +0100
commit4ce1985967547f715c6448b4e72e9e62826aab7f (patch)
tree30ed78201637fbe6f4417789eca38091f1e5b20d /tt-rss.js
parent7ba176d2bf791e60d3389ca23f18ed7a608c6b40 (diff)
search toolbar ui change
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 422cd6aa6..3725ab43c 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -274,12 +274,7 @@ function resetSearch() {
}
function search() {
- checkActiveFeedId();
- if (getActiveFeedId()) {
- viewfeed(getActiveFeedId(), 0, "");
- } else {
- notify("Please select some feed first.");
- }
+ viewCurrentFeed(0, "");
}
function localPiggieFunction(enable) {