2011-11-25 17:29:46 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<title></title>
|
2019-06-12 16:10:43 +00:00
|
|
|
|
|
|
|
<script src="<?php echo base_url(); ?>assets/js/jquery-3.3.1.min.js"></script>
|
2011-11-25 17:29:46 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script type="text/javascript">
|
|
|
|
$(function () {
|
2019-06-12 16:10:43 +00:00
|
|
|
parent.jQuery.fancybox.getInstance().close();
|
|
|
|
parent.location.reload(true);
|
2011-11-25 17:29:46 +00:00
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|