TypeError: Object @@seoTitle@@ has no method 'contains'
Hi Richard,
I encountered a javascript error when playing about with the Title Template configuration option. The SEOChecker doctype fields failed to render properly in Umbraco 7:
TypeError: Object @@seoTitle@@ has no method 'contains'
In /App_Plugins/SEOChecker/SEOChecker/seoCheckerPropertyEditorController.js ~line 42
The contains() string prototype is only available in Firefox at the moment, as far as I know. I tried in FF and it works fine, but in Chrome and IE it doesn't. Using indexOf() would be more compatible in this case.
This issue occurs on IE and Chrome indeed, did discover it last week but time for a fix was limited. Sorry about that. I've just uploaded a fix with release number 1.5.1. This will solve the issue. Download from our, or from my website. Just use the package installer to install the update and make sure to clear browser cache after install, then it should be fine again.
TypeError: Object @@seoTitle@@ has no method 'contains'
Hi Richard,
I encountered a javascript error when playing about with the Title Template configuration option. The SEOChecker doctype fields failed to render properly in Umbraco 7:
In /App_Plugins/SEOChecker/SEOChecker/seoCheckerPropertyEditorController.js ~line 42
The contains() string prototype is only available in Firefox at the moment, as far as I know. I tried in FF and it works fine, but in Chrome and IE it doesn't. Using indexOf() would be more compatible in this case.
Thanks!
Hi,
This issue occurs on IE and Chrome indeed, did discover it last week but time for a fix was limited. Sorry about that. I've just uploaded a fix with release number 1.5.1. This will solve the issue. Download from our, or from my website. Just use the package installer to install the update and make sure to clear browser cache after install, then it should be fine again.
Sorry for the hassle.
Best,
Richard
Thanks for the speedy response as always Richard!
You are welcome :)
is working on a reply...