summaryrefslogtreecommitdiff
path: root/skins/classic/templates/addressbook.html
diff options
context:
space:
mode:
Diffstat (limited to 'skins/classic/templates/addressbook.html')
-rw-r--r--skins/classic/templates/addressbook.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/skins/classic/templates/addressbook.html b/skins/classic/templates/addressbook.html
index 9bd684866..429b83438 100644
--- a/skins/classic/templates/addressbook.html
+++ b/skins/classic/templates/addressbook.html
@@ -17,7 +17,7 @@
</style>
</head>
-<body onload="rcube_init_mail_ui()">
+<body>
<roundcube:include file="/includes/taskbar.html" />
<roundcube:include file="/includes/header.html" />
@@ -123,5 +123,9 @@
</ul>
</div>
+<script type="text/javascript">
+rcube_init_mail_ui();
+</script>
+
</body>
</html>