Update TemplateRender.php

Fixed typo on 1682 - parse issue, non escaped " ' " causing error to be thrown
This commit is contained in:
robgloess 2014-09-30 22:28:09 +01:00
parent 7cbdd0c8db
commit d4c2fb52ab

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