summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-07-20 07:01:18 +0100
committerAndrew Dolgov <[email protected]>2007-07-20 07:01:18 +0100
commit298f3f783a7635a81b6b81b8a5dbb32e138b54ec (patch)
tree165b61c1614e074f64553afcadc93be2daadbbc1 /viewfeed.js
parent58e481b47910e31aa4862275cb3e5304b3fa2ee7 (diff)
add shortcut to open active article in new tab
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 1d6a4a62b..4fd9db30f 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -909,3 +909,7 @@ function cache_invalidate(id) {
exception_error("cache_invalidate", e);
}
}
+
+function getActiveArticleId() {
+ return active_post_id;
+}