Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-fodor committed Feb 14, 2017
1 parent ea7548e commit 5300121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function setHiddenFields() {
}

function setMessage($param) {
document.getElementById("message").innerHTML($param)
document.getElementById("message").innerHTML = $param;
}

function validateInput($param) {
Expand Down

0 comments on commit 5300121

Please sign in to comment.