Update
This commit is contained in:
@@ -140,11 +140,6 @@
|
||||
// Set handler for scene list toggle.
|
||||
sceneListToggleElement.addEventListener('click', toggleSceneList);
|
||||
|
||||
// // Start with the scene list open on desktop.
|
||||
// if (!document.body.classList.contains('mobile')) {
|
||||
// showSceneList();
|
||||
// }
|
||||
|
||||
// Set handler for scene switch.
|
||||
scenes.forEach(function(scene) {
|
||||
var el = document.querySelector('#sceneList .scene[data-id="' + scene.data.id + '"]');
|
||||
|
||||
Reference in New Issue
Block a user