Skip to content

Commit

Permalink
Target settings element
Browse files Browse the repository at this point in the history
  • Loading branch information
npbreland committed Jan 15, 2024
1 parent 9ce7e2a commit 3a2e8b3
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 @@ -60,7 +60,7 @@ <h2>Settings</h2>

// build settings form
settingsHtml = buildSettingsForm(settings.questions, settings.reminderTime);
settingsElement.innerHTML = settingsHtml;
document.getElementById("settings").innerHTML = settingsHtml;

document.getElementById("btnSaveSettings").addEventListener("click", function() {
// Get questions
Expand Down

0 comments on commit 3a2e8b3

Please sign in to comment.