[Libreoffice-commits] online.git: loleaflet/src

Szymon Kłos (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 9 15:39:26 UTC 2019


 loleaflet/src/control/Control.MobileWizard.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 76f2be67e5ae87631ef9958f0b62e1893a05cfc0
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Wed Oct 9 17:39:03 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed Oct 9 17:39:03 2019 +0200

    jsdialogs: fix tabs / title bar switching
    
    Change-Id: If708cf47a8766803f6c9bb5aa1baf67a39bd0ce3

diff --git a/loleaflet/src/control/Control.MobileWizard.js b/loleaflet/src/control/Control.MobileWizard.js
index 982f7118f..1e7177f9c 100644
--- a/loleaflet/src/control/Control.MobileWizard.js
+++ b/loleaflet/src/control/Control.MobileWizard.js
@@ -27,6 +27,7 @@ L.Control.MobileWizard = L.Control.extend({
 		this.backButton.addClass('close-button');
 		$('#mobile-wizard-tabs').empty();
 		$('#mobile-wizard-tabs').hide();
+		$('#mobile-wizard-titlebar').show();
 		$('#mobile-wizard-titlebar').css('top', '0px');
 		$('#mobile-wizard-content').css('top', '48px');
 		this._isTabMode = false;


More information about the Libreoffice-commits mailing list