Fix regression where UI object could be not created on some pages (#5484)
parent
571a10751f
commit
edea8732a6
@ -1,2 +1,5 @@
|
||||
<roundcube:object name="message" id="messagestack" condition="env:task != 'login'" />
|
||||
|
||||
<script type="text/javascript">
|
||||
if (!window.UI) { var UI = new rcube_mail_ui(); }
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue