mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Fix typo
This commit is contained in:
parent
4aec371983
commit
8ea3f8ccd3
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