mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
do not change values of dropdown element, but change selection
This commit is contained in:
parent
6bb73467a6
commit
9f8281f9dc
@ -105,7 +105,7 @@
|
||||
}else if ($("#id_dynamicdns-dynamicdns_update_url").val() == FREEDNS){
|
||||
$("#id_dynamicdns-service_type").val(4);
|
||||
}else{
|
||||
$("#id_dynamicdns-service_type option:selected").text("other update URL")
|
||||
$("#id_dynamicdns-service_type").val(5);
|
||||
}
|
||||
}else{
|
||||
$("#id_dynamicdns-service_type").val(1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user