[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - loleaflet/src

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 25 13:08:30 UTC 2020


 loleaflet/src/control/Control.Toolbar.js |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit b6f754009794d9bcd6858a199b2b3eb09c3a30e0
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Sep 25 15:47:14 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Sep 25 15:08:09 2020 +0200

    tdf#136457: Hide even more things when we are going away shortly anyway
    
    Change-Id: Ibc0d7406ef49c19b35be462627fca04ecb84e520
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/103396
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/loleaflet/src/control/Control.Toolbar.js b/loleaflet/src/control/Control.Toolbar.js
index 4aae10784..3613b5f46 100644
--- a/loleaflet/src/control/Control.Toolbar.js
+++ b/loleaflet/src/control/Control.Toolbar.js
@@ -50,6 +50,9 @@ function onClose() {
 		$('#closebuttonwrapper').hide();
 		$('#main-menu').hide();
 		$('#document-titlebar').hide();
+		$('#sidebar-dock-wrapper').hide();
+		$('#presentation-controls-wrapper').hide();
+		$('#document-container').hide();
 
 		// Then tell the app to delete the web view
 		window.postMobileMessage('BYE');


More information about the Libreoffice-commits mailing list