summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/credentials.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/templates/credentials.html')
-rw-r--r--modules-available/locationinfo/templates/credentials.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/templates/credentials.html b/modules-available/locationinfo/templates/credentials.html
index 6933db75..70e96982 100644
--- a/modules-available/locationinfo/templates/credentials.html
+++ b/modules-available/locationinfo/templates/credentials.html
@@ -16,7 +16,7 @@
} else if("{{type}}" == "int") {
$("#div").before('<label>{{name}}</label><br><input required type="number" name="{{name}}" value="{{value}}" form="credentialsForm"><br><br>');
} else if("{{type}}" == "bool") {
- $("#div").before('<label>{{name}}</label><br><input required type="checkbox" name="{{name}}" value="{{value}}" form="credentialsForm"><br><br>');
+ $("#div").before('<label>{{name}}</label><br><input type="checkbox" name="{{name}}" value="{{value}}" form="credentialsForm"><br><br>');
} else if("{{type}}" == "array") {
$("#div").before('<label>{{name}}</label><br>\
<select name="{{name}}" form="credentialsForm">\