Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
svankamamidi committed May 5, 2024
1 parent 0c8a1be commit 63ab756
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,8 @@
if(!levelItems){ //if no custom folder structure defined load default one
var configJson = loadFile("aac-config.json");
localStorage.setItem("ul-level-1", configJson);
}
else{
loadSavedLevelsFromCache();
}
}
loadSavedLevelsFromCache();
});

class TreeNode {
Expand Down

0 comments on commit 63ab756

Please sign in to comment.