Skip to content

Commit

Permalink
Make location generic
Browse files Browse the repository at this point in the history
  • Loading branch information
roland-d committed Jun 24, 2017
1 parent 6f1d7aa commit df1de20
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@
}
if (self !== top) {
window.top.setTimeout('window.parent.location = \"index.php?option=com_redirect&view=links\"', 1000);
window.top.setTimeout('window.parent.location = window.top.location.href', 1000);
window.parent.jQuery('#plugin" . $this->item->extension_id . "Modal').modal('hide');
}
};
Expand Down

0 comments on commit df1de20

Please sign in to comment.