mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
Fix lang picker, again
This commit is contained in:
parent
a2b2257851
commit
51f6ac6b71
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ var padeditor = (function()
|
|||
$("#languagemenu").val(window.html10n.getLanguage());
|
||||
$("#languagemenu").change(function() {
|
||||
pad.createCookie("language",$("#languagemenu").val(),null,'/');
|
||||
document.webL10n.localize([$("#languagemenu").val(), 'en']);
|
||||
window.html10n.localize([$("#languagemenu").val(), 'en']);
|
||||
});
|
||||
},
|
||||
setViewOptions: function(newOptions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue