Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
npbreland committed Jan 16, 2024
1 parent 988089e commit d8d9f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/habitbuilder/interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2>Settings</h2>
function getSettings() {
// show loading window
Util.showModal("Loading...");
Util.readStorage('settings.json', data=>{
Util.readStorage('habitbuilder.settings.json', data=>{
console.log("Settings: "+data);
const settings = JSON.parse(data || "[]");

Expand Down

0 comments on commit d8d9f10

Please sign in to comment.