Update TemplateRender.php
Fixed typo on 1682 - parse issue, non escaped " ' " causing error to be thrown
This commit is contained in:
parent
7cbdd0c8db
commit
d4c2fb52ab
@ -1679,7 +1679,7 @@ function validateForm(silence) {
|
||||
|
||||
// Sometimes the alert gives us enough time!
|
||||
if (typeof getAttributeComponents != "undefined")
|
||||
alert("Don't bother, our JS is loaded now!");
|
||||
alert("Don\'t bother, our JS is loaded now!");
|
||||
}
|
||||
|
||||
validateForm(true);
|
||||
|
Loading…
Reference in New Issue
Block a user