Skip to content

Commit

Permalink
Update index.html (#1368)
Browse files Browse the repository at this point in the history
Fix variable case in HTML text. (The case is correct in the JS code included in the page.)
  • Loading branch information
jcbsv authored Dec 9, 2024
1 parent 511d1e3 commit 8ec4ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/static/layouts/tucked-menu-vertical/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ <h1>Responsive Horizontal-to-Vertical Menu</h1>
&lt;script&gt;
(function (window, document) {
var menu &#x3D; document.getElementById(&#x27;menu&#x27;),
rollback,
rollBack,
WINDOW_CHANGE_EVENT &#x3D; (&#x27;onorientationchange&#x27; in window) ? &#x27;orientationchange&#x27;:&#x27;resize&#x27;;

function toggleHorizontal() {
Expand Down

0 comments on commit 8ec4ca4

Please sign in to comment.