summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-23 19:54:57 +0100
committerAndrew Dolgov <[email protected]>2009-01-23 19:54:57 +0100
commitb56465dd56772efb80ef251d8d19f7177b244d57 (patch)
tree39758bc5b593c82f5709c34d87e2c752bf118738 /tt-rss.php
parent273d1e293e63a27f28a4df7cd603d59d206907ef (diff)
use popup feedbrowser for main UI (incomplete)
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 5ab205e25..4ca516615 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -140,7 +140,7 @@ window.onload = init;
href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a>
<?php if (!SINGLE_USER_MODE) { ?>
<br/>
- <a id="feedBrowserPrompt" href="prefs.php?tab=feedBrowser"
+ <a id="feedBrowserPrompt" onclick="return browseFeeds()" href="#"
title="<?php echo __('More feeds...') ?>">+</a>
<?php } ?>
</div>