git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4906 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2008-11-19 08:41:45 +00:00
parent ab71c6d468
commit beabe56505
6 changed files with 13 additions and 4 deletions

View file

@ -107,7 +107,7 @@ function doChangeCategory() {
var sel_obj = xGetElementById("board_category");
var sel_idx = sel_obj.selectedIndex;
var category_srl = sel_obj.options[sel_idx].value;
location.href = current_url.setQuery('category',category_srl);
location.href = decodeURI(current_url).setQuery('category',category_srl);
}
/* 스크랩 */

View file

@ -107,7 +107,7 @@ function doChangeCategory() {
var sel_obj = xGetElementById("board_category");
var sel_idx = sel_obj.selectedIndex;
var category_srl = sel_obj.options[sel_idx].value;
location.href = current_url.setQuery('category',category_srl);
location.href = decodeURI(current_url).setQuery('category',category_srl);
}
/* 스크랩 */

View file

@ -107,7 +107,7 @@ function doChangeCategory() {
var sel_obj = xGetElementById("board_category");
var sel_idx = sel_obj.selectedIndex;
var category_srl = sel_obj.options[sel_idx].value;
location.href = current_url.setQuery('category',category_srl);
location.href = decodeURI(current_url).setQuery('category',category_srl);
}
/* 스크랩 */