From fd764005bd96132f6623baa7969be3566f86bfd3 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 4 May 2009 05:15:52 +0000 Subject: [PATCH] =?UTF-8?q?AJAX=EC=B2=98=EB=A6=AC=ED=9B=84=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20refresh=20=EA=B4=80=EB=A0=A8=EB=90=98?= =?UTF-8?q?=EC=96=B4=EC=84=9C=20URL=20=EB=81=9D=EC=97=90=20#=20=EC=9D=B4?= =?UTF-8?q?=20=EC=9E=88=EC=9C=BC=EB=A9=B4=20refresh=EA=B0=80=20=EC=95=88?= =?UTF-8?q?=EB=90=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6261 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/xml_js_filter.js | 2 +- common/tpl/refresh.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/js/xml_js_filter.js b/common/js/xml_js_filter.js index 01b89fa29..181d9c91c 100644 --- a/common/js/xml_js_filter.js +++ b/common/js/xml_js_filter.js @@ -28,7 +28,7 @@ function filterAlertMessage(ret_obj) { if(typeof(act)!="undefined" && act) url = current_url.setQuery("act", act); else if(typeof(redirect_url)!="undefined" && redirect_url) url = redirect_url; - if(url == location.href) url = url.replace(/#(.+)$/,''); + if(url == location.href) url = url.replace(/#(.*)$/,''); location.href = url; } diff --git a/common/tpl/refresh.html b/common/tpl/refresh.html index 2f4983d1d..4ac78ff14 100644 --- a/common/tpl/refresh.html +++ b/common/tpl/refresh.html @@ -1,3 +1,3 @@