Merge pull request #11 from robgloess/patch-1
Fixed parse error in TemplateRender.php
This commit is contained in:
commit
7701e98bcc
@ -1679,7 +1679,7 @@ function validateForm(silence) {
|
|||||||
|
|
||||||
// Sometimes the alert gives us enough time!
|
// Sometimes the alert gives us enough time!
|
||||||
if (typeof getAttributeComponents != "undefined")
|
if (typeof getAttributeComponents != "undefined")
|
||||||
alert("Don't bother, our JS is loaded now!");
|
alert("Don\'t bother, our JS is loaded now!");
|
||||||
}
|
}
|
||||||
|
|
||||||
validateForm(true);
|
validateForm(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user