Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PawanSirsat committed Sep 25, 2023
1 parent d057b2e commit 8691fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ document.getElementById('saveButton').addEventListener('click', () => {

// Save the updated data back to local storage
localStorage.setItem('userData', JSON.stringify(savedData))
console.log('Data saved to local storage:', saveUser)
// console.log('Data saved to local storage:', savedData)
})

document.getElementById('save-page').addEventListener('click', () => {
Expand Down

0 comments on commit 8691fca

Please sign in to comment.