mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-07 00:00:53 -05:00
Merge pull request #5733 from DDaems/Fix/reset-does-not-update-localstorage
Fixes: Reset does not clear localstorage item
This commit is contained in:
@@ -72,6 +72,7 @@ $(document).ready(function() {
|
||||
return common.updateOutputDisplay('' + err);
|
||||
}
|
||||
common.codeStorage.updateStorage(challengeName, originalCode);
|
||||
common.codeUri.querify(originalCode);
|
||||
common.updateOutputDisplay('' + output);
|
||||
},
|
||||
(err) => {
|
||||
|
||||
Reference in New Issue
Block a user