mirror of
https://github.com/pure-css/pure.git
synced 2024-12-10 23:44:26 +00:00
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:
parent
511d1e3d89
commit
8ec4ca4c8c
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user