diff --git a/static/js/portico/help.js b/static/js/portico/help.js index 03390dfaa0..049833f379 100644 --- a/static/js/portico/help.js +++ b/static/js/portico/help.js @@ -199,7 +199,7 @@ function scrollToHash(container) { window.addEventListener("popstate", function () { var path = window.location.pathname; - $(".markdown .content").html(html_map[path]); + update_page(html_map, path, container); }); }());