aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_pm_popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_popup.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_popup.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_popup.html b/phpBB/styles/prosilver/template/ucp_pm_popup.html
index 44012a9b65..325362dc4d 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_popup.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_popup.html
@@ -1,16 +1,16 @@
<!-- INCLUDE simple_header.html -->
<script type="text/javascript">
-<!--
+// <![CDATA[
/**
* Jump to inbox
*/
-function jump_to_inbox()
+function jump_to_inbox(url)
{
- opener.document.location.href = "{UA_RETURN_INBOX}";
+ opener.document.location.href = url.replace(/&amp;/g, '&');
window.close();
}
-//-->
+// ]]>
</script>
<div class="panel">