bugfixtest
This commit is contained in:
parent
b5a3e6fa3b
commit
7d778934f5
@ -54,7 +54,7 @@
|
|||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
"name" => "GL-Inet",
|
"name" => "GL-Inet",
|
||||||
"filename" => "-gl-",
|
"filename" => "gl",
|
||||||
"offset_modell" => 3,
|
"offset_modell" => 3,
|
||||||
"offset_version" => 4
|
"offset_version" => 4
|
||||||
),
|
),
|
||||||
|
@ -96,8 +96,9 @@ function change (origin, select) {
|
|||||||
}
|
}
|
||||||
else if (origin === 'erstinstallation') {
|
else if (origin === 'erstinstallation') {
|
||||||
var stadium = $('#entwicklungsstadium')
|
var stadium = $('#entwicklungsstadium')
|
||||||
stadium.html("<option disabled value=''>Firmware Erstinstallation?</option>")
|
stadium.html("<option disabled value=''>Firmware Entwicklungsstadium?</option>")
|
||||||
var id = $('#version').val()
|
var id = $('#version').val()
|
||||||
|
console.log(router_json[id])
|
||||||
if (router_json[id].stablefactory == 1) {
|
if (router_json[id].stablefactory == 1) {
|
||||||
stadium.append("<option selected value='" + $(select).val() +"stable'>Stabil (empfohlen)</option>")
|
stadium.append("<option selected value='" + $(select).val() +"stable'>Stabil (empfohlen)</option>")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user