Skip to content

Commit

Permalink
Bugfix showing of maxtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed May 11, 2018
1 parent 3403f3f commit ca0b1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/timer.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Mustard Mine</h1>
<script>
const info = {{ info | tojson }};
const form = document.forms[0].elements;
"title delta maxtype styling".split(" ").forEach(id => form[id].value = info[id]);
"title delta maxtime styling".split(" ").forEach(id => form[id].value = info[id]);
</script>
</form>
</body>
Expand Down

0 comments on commit ca0b1f4

Please sign in to comment.