mirror of
https://github.com/vale981/vertiefungs_scraper
synced 2025-03-04 17:21:38 -05:00
make lect/tut selected by default
This commit is contained in:
parent
6bee977df3
commit
cadf3a3bd4
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
|||
<form id="settings">
|
||||
<label for="type">Typ:</label>
|
||||
<select id="type" name="type" multiple>
|
||||
<option value="tut" default>Uebung</option>
|
||||
<option value="lect" default>Vorlesung</option>
|
||||
<option value="tut" selected="selected">Uebung</option>
|
||||
<option value="lect" selected="selected">Vorlesung</option>
|
||||
</select>
|
||||
<label for="week">Woche:</label>
|
||||
<select id="week" name="week">
|
||||
|
|
Loading…
Add table
Reference in a new issue