diff options
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/index.html b/src/app/index.html index e0718a8..4b3b79f 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -68,8 +68,8 @@ </div> </div> <div class="actions"> - <select> - <option value="test">Test</option> + <select onchange="Settings.switch(document.querySelector(`.option[name='autolang'] button`), false)"> + <option></option> </select> </div> </div> |