Show normal statusbar in narrow window

This commit is contained in:
Szymon Kłos 2019-03-12 11:49:21 +01:00
parent 5cafda5fd2
commit 8460f61e94

View file

@ -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',