Commit b037a38e authored by Romain Loth's avatar Romain Loth

clearer simpleValidateAndMessage message

parent dee9ef99
......@@ -532,7 +532,7 @@ var cmxClt = (function() {
aUform.elMainMessage.classList.add('faded')
}
else {
aUform.elMainMessage.innerHTML = "<span class='orange glyphicon glyphicon-exclamation-sign glyphicon-float-left'></span><p>Sorry, there are some<br/> important missing fields</p>"
aUform.elMainMessage.innerHTML = "<span class='orange glyphicon glyphicon-exclamation-sign glyphicon-float-left'></span><p>There are some <br/> important missing fields</p>"
aUform.elMainMessage.classList.remove('faded')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment