There are no mistakes, only happy little accidents

This commit is contained in:
101arrowz 2019-10-23 22:03:40 -07:00
parent dec94a1160
commit b8103d1d13

View file

@ -226,7 +226,7 @@ function saveLevel() {
}
function deleteLevel() {
savedLevels = savedLevels.filter(function(el) {return el != ['[[ID]]']})
savedLevels = savedLevels.filter(function(el) {return el != '[[ID]]'})
localStorage.setItem('saved', JSON.stringify(savedLevels));
location.reload()
freeze = true;