jsdialogs: fix tabs / title bar switching

Change-Id: If708cf47a8766803f6c9bb5aa1baf67a39bd0ce3
This commit is contained in:
Szymon Kłos 2019-10-09 17:39:03 +02:00
parent 9cf13e86b0
commit 76f2be67e5

View file

@ -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;