Skip to content
Snippets Groups Projects
Commit 98409397 authored by William Enright's avatar William Enright
Browse files

fixed server setup parameters parsing, fixed starting url

Change-Id: I298316451c6b5afb7a1fd32d5ceb09340a3fe923
parent 41ba14b4
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,6 @@ $('#deviceLifetime').on('change', function() {
function setParametersData(form) {
var data = {};
$.each($(form).serializeArray(), function (i, field) {
data[field.name] = parseInt(field.value);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment