Skip to content

Commit

Permalink
After updating a contact close the modal box and refresh the page.
Browse files Browse the repository at this point in the history
  • Loading branch information
magicbug committed Jun 12, 2019
1 parent 9db7d76 commit 30c1db5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions application/views/qso/edit_done.php
Expand Up @@ -2,12 +2,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>

<script src="<?php echo base_url(); ?>assets/js/jquery-3.3.1.min.js"></script>
</head>
<body>
<script type="text/javascript">
$(function () {
parent.$.fancybox.close();
parent.jQuery.fancybox.getInstance().close();
parent.location.reload(true);
});
</script>
</body>
Expand Down

0 comments on commit 30c1db5

Please sign in to comment.