Skip to content

Commit

Permalink
Autofocus minutes input when landing on override page (proginosko#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Briscoooe authored Jan 22, 2023
1 parent 94558d7 commit 298cf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion override.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function initializePage() {
//log("initializePage");

browser.storage.local.get("sync").then(onGotSync, onError);

$("mins").focus();
function onGotSync(options) {
if (options["sync"]) {
browser.storage.sync.get().then(onGot, onError);
Expand Down

0 comments on commit 298cf98

Please sign in to comment.