Merge pull request #11 from robgloess/patch-1

Fixed parse error in TemplateRender.php
This commit is contained in:
Deon George 2014-10-07 12:54:51 +11:00
commit 7701e98bcc

View File

@ -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);