Skip to content

Commit

Permalink
Clean all data on clearForm method (even the save data field)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Dunand committed Oct 30, 2020
1 parent b2f2438 commit f495cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/form-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function clearSecureLS () {
function clearForm () {
const formProfile = $('#form-profile')
formProfile.reset()
storeDataInput.checked = false
}

function setCurrentDate (releaseDateInput, releaseTimeInput) {
Expand Down

0 comments on commit f495cf7

Please sign in to comment.