From 9f8281f9dc2f9034cb3ed98ea4dba766add38650 Mon Sep 17 00:00:00 2001 From: Daniel Steglich Date: Mon, 9 Mar 2015 22:35:51 +0100 Subject: [PATCH] do not change values of dropdown element, but change selection --- plinth/modules/dynamicdns/templates/dynamicdns_configure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/dynamicdns/templates/dynamicdns_configure.html b/plinth/modules/dynamicdns/templates/dynamicdns_configure.html index 9cfa547f5..7c54a92a9 100644 --- a/plinth/modules/dynamicdns/templates/dynamicdns_configure.html +++ b/plinth/modules/dynamicdns/templates/dynamicdns_configure.html @@ -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);