Update index.html (#1368)

Fix variable case in HTML text. (The case is correct in the JS code included in the page.)
This commit is contained in:
Jacob Svensson 2024-12-09 19:22:22 +01:00 committed by GitHub
parent 511d1e3d89
commit 8ec4ca4c8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -289,7 +289,7 @@ window.addEventListener(WINDOW_CHANGE_EVENT, closeMenu);
<script> <script>
(function (window, document) { (function (window, document) {
var menu = document.getElementById('menu'), var menu = document.getElementById('menu'),
rollback, rollBack,
WINDOW_CHANGE_EVENT = ('onorientationchange' in window) ? 'orientationchange':'resize'; WINDOW_CHANGE_EVENT = ('onorientationchange' in window) ? 'orientationchange':'resize';
function toggleHorizontal() { function toggleHorizontal() {