From 5613358638f693d8141ccbd94a0c69ef03e5e2b3 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 8 Mar 2017 23:25:22 -0800 Subject: [PATCH] stream_popover: Fix hiding topic popover. --- static/js/stream_popover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/stream_popover.js b/static/js/stream_popover.js index feaf045993..6962ef018b 100644 --- a/static/js/stream_popover.js +++ b/static/js/stream_popover.js @@ -115,7 +115,7 @@ function build_topic_popover(e) { if (exports.topic_popped() && current_topic_sidebar_elem === elt) { // If the popover is already shown, clicking again should toggle it. - popovers.hide_topic_popover(); + exports.hide_topic_popover(); e.stopPropagation(); return; }