mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
commit
ab74c3166e
1 changed files with 1 additions and 1 deletions
|
|
@ -1309,7 +1309,7 @@ function closePopupScript()
|
|||
function reload($isOpener = FALSE)
|
||||
{
|
||||
$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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue