summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
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;
+}