From 8ec4ca4c8c2ecd7739b1be77bfd81a53797c5092 Mon Sep 17 00:00:00 2001 From: Jacob Svensson Date: Mon, 9 Dec 2024 19:22:22 +0100 Subject: [PATCH] Update index.html (#1368) Fix variable case in HTML text. (The case is correct in the JS code included in the page.) --- site/static/layouts/tucked-menu-vertical/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/static/layouts/tucked-menu-vertical/index.html b/site/static/layouts/tucked-menu-vertical/index.html index 68d0097..0a376f6 100644 --- a/site/static/layouts/tucked-menu-vertical/index.html +++ b/site/static/layouts/tucked-menu-vertical/index.html @@ -289,7 +289,7 @@ window.addEventListener(WINDOW_CHANGE_EVENT, closeMenu); <script> (function (window, document) { var menu = document.getElementById('menu'), - rollback, + rollBack, WINDOW_CHANGE_EVENT = ('onorientationchange' in window) ? 'orientationchange':'resize'; function toggleHorizontal() {