Skip to content

Commit

Permalink
Minor adjustment to JS code
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Jul 3, 2018
1 parent 829ff31 commit 111b252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/src/main/webapp/login.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@
//There was a match against the regexp
platform.version=result[1];
}
document.getElementById("loginForm:platform").value = JSON.stringify(platform);
} catch (e) {
}
document.getElementById("loginForm:platform").value = JSON.stringify(platform);
}
</script>
</ui:define>
Expand Down

0 comments on commit 111b252

Please sign in to comment.