Update classic.php

pull/13/head
qkqpttgf 2020-01-03 17:05:17 +08:00 committed by GitHub
parent e3b93c7d3f
commit 688452db85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -529,6 +529,7 @@ function render_list($path, $files)
});
function changelanguage(str)
{
if (str=='Language') str = 'en-us';
document.cookie='language='+str+'; path=/';
location.href = location.href;
}