Fix regression where UI object could be not created on some pages (#5484)
parent
9eac1dd513
commit
dcf68720c1
@ -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