mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12254] Add set_lang var changes to subsilver2 files
PHPBB3-12254
This commit is contained in:
parent
daae87d65a
commit
8af9092cf6
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
function change_language(lang_iso)
|
||||
{
|
||||
document.forms['register'].change_lang.value = lang_iso;
|
||||
document.forms['register'].set_lang.value = lang_iso;
|
||||
document.forms['register'].submit();
|
||||
}
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
function change_language(lang_iso)
|
||||
{
|
||||
document.forms['register'].change_lang.value = lang_iso;
|
||||
document.forms['register'].set_lang.value = lang_iso;
|
||||
document.forms['register'].submit.click();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue