Skip to content

Commit

Permalink
update reminder popup
Browse files Browse the repository at this point in the history
- adds focus to the save data button.
  • Loading branch information
SethClydesdale committed Oct 26, 2024
1 parent d1c0b48 commit fd60b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion resources/javascript/genki.js
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,8 @@
'<label class="checkbox-label" for="modal-data-backup-reminder">Disable Data Backup Reminders</label>'+
'</div>'+
'</div>',
zIndex : 'low'
zIndex : 'low',
focus : '#save-exercise-data'
});
}, 100);
}
Expand Down
2 changes: 1 addition & 1 deletion resources/javascript/genki.min.js

Large diffs are not rendered by default.

0 comments on commit fd60b2b

Please sign in to comment.