mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
언어 선택시 URL에 #이 있을 경우 페이지 리프레쉬가 안되던 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1966 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
56692eeb28
commit
53dfd9d601
1 changed files with 1 additions and 1 deletions
|
|
@ -542,7 +542,7 @@ function open_calendar(fo_id, day_str, callback_func) {
|
|||
function doChangeLangType(obj) {
|
||||
var val = obj.options[obj.selectedIndex].value;
|
||||
setLangType(val);
|
||||
location.href = location.href;
|
||||
location.reload();
|
||||
}
|
||||
function setLangType(lang_type) {
|
||||
var expire = new Date();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue