mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
r6769의 자바스크립트 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6770 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c6e637e9e8
commit
592e99f929
2 changed files with 9 additions and 4 deletions
|
|
@ -202,7 +202,7 @@
|
|||
if($output->message) $html .= 'alert("'.$output->message.'");'."\n";
|
||||
if($output->url) {
|
||||
$url = preg_replace('/#(.+)$/i','',$output->url);
|
||||
$html .= 'location.href = "'.$request_url.'common/tpl/redirect.html?redirect_url='.urlencode($url).'";'."\n";
|
||||
$html .= 'self.location.href = "'.$request_url.'common/tpl/redirect.html?redirect_url='.urlencode($url).'";'."\n";
|
||||
}
|
||||
$html .= '</script>'."\n";
|
||||
return $html;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue