We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929df18 commit 8d43b0cCopy full SHA for 8d43b0c
js/gantt-helper.js
@@ -451,6 +451,11 @@ var GlpiGantt = (function() {
451
'bottom': '18px',
452
'right': '10px'
453
});
454
+ $('header.navbar').hide();
455
+ $('aside.navbar').hide();
456
+ $('#tabspanel').css({
457
+ 'visibility': 'hidden'
458
+ });
459
return true;
460
461
@@ -459,6 +464,11 @@ var GlpiGantt = (function() {
464
'position': 'initial',
465
'bottom': '10px'
466
467
+ $('header.navbar').show();
468
+ $('aside.navbar').show();
469
470
+ 'visibility': 'initial'
471
462
472
463
473
474
0 commit comments