mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Merge branch 'develop' into pr/color-scheme
This commit is contained in:
commit
bcfb96dda7
14 changed files with 59 additions and 29 deletions
|
|
@ -771,7 +771,11 @@ function doChangeLangType(obj) {
|
|||
}
|
||||
}
|
||||
function setLangType(lang_type) {
|
||||
XE.cookie.set("lang_type", lang_type, { path: "/", expires: 3650 });
|
||||
var baseurl = XE.URI(default_url).pathname();
|
||||
if (baseurl !== '/') {
|
||||
XE.cookie.remove('lang_type', { path: '/' });
|
||||
}
|
||||
XE.cookie.set('lang_type', lang_type, { path: baseurl, expires: 365 });
|
||||
}
|
||||
|
||||
/* 미리보기 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue