Update classic.php
parent
e3b93c7d3f
commit
688452db85
|
@ -529,6 +529,7 @@ function render_list($path, $files)
|
||||||
});
|
});
|
||||||
function changelanguage(str)
|
function changelanguage(str)
|
||||||
{
|
{
|
||||||
|
if (str=='Language') str = 'en-us';
|
||||||
document.cookie='language='+str+'; path=/';
|
document.cookie='language='+str+'; path=/';
|
||||||
location.href = location.href;
|
location.href = location.href;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue