privateuserh commited on
Commit
7076b44
·
verified ·
1 Parent(s): 70ee402

Update main.js

Browse files
Files changed (1) hide show
  1. main.js +4 -1
main.js CHANGED
@@ -29,7 +29,10 @@ document.addEventListener('DOMContentLoaded', () => {
29
  const closeSettingsModal = document.getElementById('closeSettingsModal');
30
  const aerodeckSection = document.getElementById('aerodeckSection');
31
  const aerodeckList = document.getElementById('aerodeckList');
32
-
 
 
 
33
  // --- FUNCTIONS ---
34
 
35
  function toggleARView(showAR) {
 
29
  const closeSettingsModal = document.getElementById('closeSettingsModal');
30
  const aerodeckSection = document.getElementById('aerodeckSection');
31
  const aerodeckList = document.getElementById('aerodeckList');
32
+ // Add these lines to the list of selectors
33
+ const glassesBtn = document.getElementById('glassesBtn');
34
+ const glassesModal = document.getElementById('glassesModal');
35
+ const closeGlassesModal = document.getElementById('closeGlassesModal');
36
  // --- FUNCTIONS ---
37
 
38
  function toggleARView(showAR) {