Skip to content

Commit

Permalink
Load by default when using url param
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Jun 14, 2024
1 parent e612559 commit fa2c863
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ function setupUI () {
}
}
document.body.appendChild(configContainer);

if (params.url) {
loadPlayers();
}
}

function createInput (inputsContainer, value) {
Expand Down

0 comments on commit fa2c863

Please sign in to comment.