mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
- yWeb: fix manual selection of remote control
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -40,6 +40,8 @@ function do_init(){
|
||||
case "6": // cst trinity
|
||||
case "7": // cst link
|
||||
case "8": // cst trinity duo
|
||||
case "9": // ax hd51
|
||||
case "10": // mutant hd51
|
||||
sel=(sel*1+val*1);
|
||||
break;
|
||||
default:
|
||||
@@ -127,6 +129,8 @@ select {
|
||||
<option value="6">CST HD-2 | Trinity</option>
|
||||
<option value="7">CST HD-2 | Link</option>
|
||||
<option value="8">CST HD-2 | Trinity Duo</option>
|
||||
<option value="9">AX | HD51</option>
|
||||
<option value="10">Mutant | HD51</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user