jsdialogs: fix tabs / title bar switching
Change-Id: If708cf47a8766803f6c9bb5aa1baf67a39bd0ce3
This commit is contained in:
parent
9cf13e86b0
commit
76f2be67e5
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue