언어 선택시 URL에 #이 있을 경우 페이지 리프레쉬가 안되던 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1966 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-20 00:54:35 +00:00
parent 56692eeb28
commit 53dfd9d601

View file

@ -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();