Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
OCSYT committed Mar 1, 2024
1 parent 2bdfb19 commit c58ddbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracker/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ document.getElementById('gyro').addEventListener('change', function() {

// Function to load saved checkbox values
async function loadCheckboxValues() {
const accel = await store.get('accel') || false;
const accel = await store.get('accel') || true;
const mag = await store.get('mag') || false;
const gyro = await store.get('gyro') || false;

Expand Down

0 comments on commit c58ddbb

Please sign in to comment.