Show normal statusbar in narrow window
This commit is contained in:
parent
5cafda5fd2
commit
8460f61e94
1 changed files with 1 additions and 1 deletions
|
@ -975,7 +975,7 @@ function initNormalToolbar() {
|
|||
});
|
||||
|
||||
toolbar = $('#toolbar-down');
|
||||
if ($('#main-menu').css('display') !== 'none') {
|
||||
if (!window.mode.isMobile()) {
|
||||
toolbar.w2toolbar({
|
||||
name: 'actionbar',
|
||||
tooltip: 'top',
|
||||
|
|
Loading…
Reference in a new issue