projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c6a21e
)
fix method name
author
Moritz Warning
<moritzwarning@web.de>
Fri, 21 Feb 2020 19:11:43 +0000
(20:11 +0100)
committer
Moritz Warning
<moritzwarning@web.de>
Fri, 21 Feb 2020 19:11:43 +0000
(20:11 +0100)
index.html
patch
|
blob
|
history
diff --git
a/index.html
b/index.html
index 9376f74aa0db677844862a96ae5874c2a68dffdf..c0e3d3581cecdf5dd2d3ad5692ea9455c2638e10 100644
(file)
--- a/
index.html
+++ b/
index.html
@@
-16,7
+16,7
@@
<img src="logo.png" alt="Logo">
<div style="flex-grow: 1;"></div>
- <select id="language-selection" onchange="
change
Language(this.children[this.selectedIndex].value);" size="1">
+ <select id="language-selection" onchange="
apply
Language(this.children[this.selectedIndex].value);" size="1">
<option value="en">English</option>
<option value="de">Deutsch</option>
</select>