summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-07 08:48:00 +0100
committerAndrew Dolgov <[email protected]>2006-12-07 08:48:00 +0100
commit0b126ac277ed5480ef6090ddc7a23a15d21f2960 (patch)
treef8cb200f57f056da4ace2a754931e585f9103d7f /tt-rss.js
parentfaf40998b3c1c075e30020031db001fbc89276cc (diff)
tag editor
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 1257f996b..85616b4f3 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -22,6 +22,10 @@ var init_params = new Object();
var op_history = new Array();
+function tagsAreDisplayed() {
+ return display_tags;
+}
+
function toggleTags() {
display_tags = !display_tags;