Skip to content

Commit e60bbd0

Browse files
authored
Merge pull request #1 from Technical-Bootcamp/finding-autofix-35f8ef16
Fix for Semicolon insertion
2 parents 5ab3cfe + 0f6cd08 commit e60bbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/lessons/bypassrestrictions/html/BypassRestrictions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
err += 1;
151151
msg += '\n Value entered for field 7 is not correct';
152152
}
153-
document.frontendValidation.error.value = err
153+
document.frontendValidation.error.value = err;
154154
if (err > 0) {
155155
alert(msg)
156156
return false;

0 commit comments

Comments
 (0)