diff --git a/templates/article.html b/templates/article.html
index 7c9afbf..d894d60 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -70,7 +70,7 @@ a.new { color: red; }
cancel selection
-
{{ dab.html | safe }}
+ {{ dab.html | safe }}
{% endfor %}
@@ -90,6 +90,14 @@ a.new { color: red; }
function jump_to(dab_num) {
var highlight_title = "text-bg-primary";
+ var dab_articles = document.getElementsByClassName("dab-article");
+ for(var i=0; i