mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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){
|
}else if ($("#id_dynamicdns-dynamicdns_update_url").val() == FREEDNS){
|
||||||
$("#id_dynamicdns-service_type").val(4);
|
$("#id_dynamicdns-service_type").val(4);
|
||||||
}else{
|
}else{
|
||||||
$("#id_dynamicdns-service_type option:selected").text("other update URL")
|
$("#id_dynamicdns-service_type").val(5);
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
$("#id_dynamicdns-service_type").val(1);
|
$("#id_dynamicdns-service_type").val(1);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user