Skip to content

Commit 2df4ba8

Browse files
committed
minor-fix: OLH prevent move to top when toggling dyslexia mode
1 parent 180a274 commit 2df4ba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/themes/OLH/templates/journal/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h1>{{ article.title|safe }}</h1>
109109
</a>
110110
</li>
111111
{% endif %}
112-
<li><a href="#" onclick="toggleDyslexia()" id="dyslexia-mode" aria-label="{% trans 'Dyslexia mode' %}">{% trans "Dyslexia" %}</a></li>
112+
<li><a onclick="toggleDyslexia()" id="dyslexia-mode" aria-label="{% trans 'Dyslexia mode' %}">{% trans "Dyslexia" %}</a></li>
113113
<li>
114114
<a href="#">
115115
<i aria-hidden="true" class="fa fa-comments">&nbsp;</i>

0 commit comments

Comments
 (0)