summaryrefslogtreecommitdiff
path: root/skins/classic/templates/messageerror.html
diff options
context:
space:
mode:
Diffstat (limited to 'skins/classic/templates/messageerror.html')
-rw-r--r--skins/classic/templates/messageerror.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/skins/classic/templates/messageerror.html b/skins/classic/templates/messageerror.html
index d02508942..eb8c7e058 100644
--- a/skins/classic/templates/messageerror.html
+++ b/skins/classic/templates/messageerror.html
@@ -27,7 +27,7 @@
</style>
</head>
-<body onload="rcube_init_mail_ui()">
+<body>
<roundcube:include file="/includes/taskbar.html" />
<roundcube:include file="/includes/header.html" />
@@ -61,6 +61,10 @@
rcmail.add_onload('mailviewsplitv.init()');
</script>
+<script type="text/javascript">
+rcube_init_mail_ui();
+</script>
+
</body>
<roundcube:endif />