Skip to content

Commit bf17a74

Browse files
jamie-lemonrobinwatts
authored andcommitted
Fixes the language toggle from mistake in previous commit.
1 parent ff78a13 commit bf17a74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/header.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118

119119
<script>
120120
// highlightSelectedLanguage
121+
var url_string = window.location.href;
121122
122123
if (document.getElementsByTagName('html')[0].getAttribute('lang')=="ja") {
123124
document.getElementById("button-select-ja").style.backgroundColor = "#ff6600";

0 commit comments

Comments
 (0)