diff --git a/src/main/resources/lessons/bypassrestrictions/html/BypassRestrictions.html b/src/main/resources/lessons/bypassrestrictions/html/BypassRestrictions.html index e947734e2e..6c053c9cb5 100755 --- a/src/main/resources/lessons/bypassrestrictions/html/BypassRestrictions.html +++ b/src/main/resources/lessons/bypassrestrictions/html/BypassRestrictions.html @@ -150,7 +150,7 @@ err += 1; msg += '\n Value entered for field 7 is not correct'; } - document.frontendValidation.error.value = err + document.frontendValidation.error.value = err; if (err > 0) { alert(msg) return false;