Migrate lang picker and embed param to html10n.js

This commit is contained in:
Marcel Klehr 2012-12-16 19:40:17 +01:00
parent 754467782f
commit 6446281254
2 changed files with 3 additions and 3 deletions

View file

@ -180,7 +180,7 @@ function getParams()
{
if(lang !== "")
{
document.webL10n.setLanguage(lang);
window.html10n.localize([lang, 'en']);
}
}
}