mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
firmware: sticky advanced mode if flavour is set to non-default
This commit is contained in:
parent
e43c23fce1
commit
4e8e7bb0ed
@ -713,6 +713,9 @@
|
||||
}
|
||||
$("#firmware_flavour").selectpicker('refresh');
|
||||
$("#firmware_flavour").change();
|
||||
if (firmwareconfig['flavour'] !== '') {
|
||||
$("i.fa-toggle-off#show_advanced_firmware").click();
|
||||
}
|
||||
|
||||
$.each(firmwareoptions.families, function(key, value) {
|
||||
var selected = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user