git-svn-id: http://xe-core.googlecode.com/svn/trunk@1457 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-18 00:56:36 +00:00
parent b005495308
commit 194927d64e
3 changed files with 3 additions and 3 deletions

View file

@ -250,6 +250,6 @@ function blogSelectNode(node_srl) {
var node = blog_node_info_list[node_srl];
if(!node) return;
var url = location.href.setQuery('category',node_srl);
var url = location.href.setQuery('category',node_srl).setQuery('page','').setQuery('search_target','').setQuery('search_keyword','');
location.href = url;
}