After upgrading to latest version of Yoast's SEO plugin the META box don't function properly...
When typing a Focus Keyword nothin happens and only displays a message in yellow box :
Error: you have not specified a focus keyword, you'll have to do that before this report works.
Also getting an error in firebug:
invalid regular expression flag s
str = str.replace(/\[(.+?)\](.+?\[\/\\1\])?/s, '');
/wp-content/plugins/wordpress-seo/js/wp-seo-metabox.js?ver=0.3
Line 97
Using this along with qtranslate, before the upgrade titles was displaying properly in browser title using the language tags:
<!--:en--> English text <!--:--><!--:sv--> Swedish text <!--:-->
But now it displays both titles without tags, maybe it has to do with the JS error?
/Daniel