summaryrefslogtreecommitdiff
path: root/plugins/enigma/skins/classic/templates/keys.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/enigma/skins/classic/templates/keys.html')
-rw-r--r--plugins/enigma/skins/classic/templates/keys.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/enigma/skins/classic/templates/keys.html b/plugins/enigma/skins/classic/templates/keys.html
index 4271eccb7..f581c457b 100644
--- a/plugins/enigma/skins/classic/templates/keys.html
+++ b/plugins/enigma/skins/classic/templates/keys.html
@@ -13,7 +13,7 @@
}
</style>
</head>
-<body class="iframe" onload="rcube_init_mail_ui()">
+<body class="iframe">
<div id="prefs-title" class="boxtitle"><roundcube:label name="enigma.enigmakeys" /></div>
<div id="prefs-details" class="boxcontent">
@@ -72,5 +72,9 @@
</ul>
</div>
+<script type="text/javascript">
+rcube_init_mail_ui();
+</script>
+
</body>
</html>