mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +09:00
commit
ab74c3166e
1 changed files with 1 additions and 1 deletions
|
|
@ -1309,7 +1309,7 @@ function closePopupScript()
|
||||||
function reload($isOpener = FALSE)
|
function reload($isOpener = FALSE)
|
||||||
{
|
{
|
||||||
$reloadScript = $isOpener ? 'window.opener.location.reload();' : 'window.location.reload();';
|
$reloadScript = $isOpener ? 'window.opener.location.reload();' : 'window.location.reload();';
|
||||||
echo sprintf('<script> %s </script>', $raloadScript);
|
echo sprintf('<script> %s </script>', $reloadScript);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* End of file func.inc.php */
|
/* End of file func.inc.php */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue