[FIX] website: SEO js

This commit is contained in:
Richard Mathot 2014-05-26 09:43:01 +02:00
parent e01725d15a
commit b4c47bcf85
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@
});
},
company: function () {
return $('body').attr('data-oe-company-name');
return $('html').attr('data-oe-company-name');
},
bodyText: function () {
return $('body').children().not('.js_seo_configuration').text();