added ability for the popup to close and the opening page to refresh once subscription is renewed
This commit is contained in:
parent
fd9c436d35
commit
9da8628c25
1 changed files with 10 additions and 0 deletions
|
@ -18,5 +18,15 @@
|
|||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<!-- TMPL_IF NAME="done" -->
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
opener.document.location.reload();
|
||||
self.close();
|
||||
//-->
|
||||
</script>
|
||||
<!-- /TMPL_IF -->
|
||||
|
||||
<!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue