Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 103cbe4

Browse files
committed
Turns out some glossary pages have exercises
1 parent 84a6223 commit 103cbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runestone/common/js/bookfuncs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class PageProgressBar {
106106
this.calculateProgress();
107107
if (
108108
window.location.pathname.match(
109-
/.*(index.html|toctree.html|Exercises.html|Glossary.html|search.html)$/i
109+
/.*(index.html|toctree.html|Exercises.html|search.html)$/i
110110
)
111111
) {
112112
$("#scprogresscontainer").hide();

0 commit comments

Comments
 (0)