mysterious casperjs errors....

This commit is contained in:
Peter Cottle 2015-03-28 13:59:19 -07:00
parent 1afd48bb39
commit 8493b51ec2
7 changed files with 80 additions and 18 deletions

View file

@ -217,7 +217,7 @@ var initDemo = function(sandbox) {
}
if (params.locale !== undefined && params.locale.length) {
LocaleActions.changeLocale(params.locale);
LocaleActions.changeLocaleFromURI(params.locale);
} else {
tryLocaleDetect();
}