Update classic.php

This commit is contained in:
qkqpttgf
2020-01-03 17:05:17 +08:00
committed by GitHub
parent e3b93c7d3f
commit 688452db85
+1
View File
@@ -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;
} }