summaryrefslogtreecommitdiff
path: root/skins/classic/templates/message.html
diff options
context:
space:
mode:
Diffstat (limited to 'skins/classic/templates/message.html')
-rw-r--r--skins/classic/templates/message.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/classic/templates/message.html b/skins/classic/templates/message.html
index fcf0b22c8..b9c928f8f 100644
--- a/skins/classic/templates/message.html
+++ b/skins/classic/templates/message.html
@@ -58,10 +58,12 @@
</div>
+<roundcube:if condition="!env:extwin" />
<script type="text/javascript">
var mailviewsplitv = new rcube_splitter({id:'mailviewsplitterv', p1: 'mailboxlist-container', p2: 'messageframe', orientation: 'v', relative: true, start: 165});
rcmail.add_onload('mailviewsplitv.init()');
</script>
+<roundcube:endif />
</body>
</html>