summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/server-settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/templates/server-settings.html')
-rw-r--r--modules-available/locationinfo/templates/server-settings.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/locationinfo/templates/server-settings.html b/modules-available/locationinfo/templates/server-settings.html
index a3e81272..c135543f 100644
--- a/modules-available/locationinfo/templates/server-settings.html
+++ b/modules-available/locationinfo/templates/server-settings.html
@@ -84,7 +84,7 @@
type = $('#input-type-{{id}}').val();
}
- loadCredentials();
+ loadCredentials(true);
initalizeBootstrap();
/**
@@ -101,7 +101,7 @@
*
* @param {bool} useValue If false the form elements will be empty. Default = true.
*/
- function loadCredentials(useValue = true) {
+ function loadCredentials(useValue) {
// {{name}} name of auth {{type}} type of auth (string, int etc.) {{value}} value from the db
{{#backendList}}
if (type == "{{typ}}") {