Skip to content
Snippets Groups Projects
Commit 523e5a11 authored by Pegane Nestor's avatar Pegane Nestor
Browse files

FIX #7144 replaced window reload by window location

parent 49c062f5
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,9 @@ if ($_GET['case_id']) ...@@ -47,7 +47,9 @@ if ($_GET['case_id'])
$_SESSION['info'] = _THIS_CASE_IS_CLOSED; $_SESSION['info'] = _THIS_CASE_IS_CLOSED;
?> ?>
<script type="text/javascript"> <script type="text/javascript">
window.parent.top.location.reload();self.close();
window.parent.top.location.href = 'index.php?page=details_cases&module=cases&id='+<?php echo $case_id; ?>;
self.close();
</script> </script>
<?php <?php
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment