Skip to content

Commit 8d43b0c

Browse files
Rom1-Bcedric-anne
authored andcommitted
fix: fullscreen issue
1 parent 929df18 commit 8d43b0c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

js/gantt-helper.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,11 @@ var GlpiGantt = (function() {
451451
'bottom': '18px',
452452
'right': '10px'
453453
});
454+
$('header.navbar').hide();
455+
$('aside.navbar').hide();
456+
$('#tabspanel').css({
457+
'visibility': 'hidden'
458+
});
454459
return true;
455460
});
456461

@@ -459,6 +464,11 @@ var GlpiGantt = (function() {
459464
'position': 'initial',
460465
'bottom': '10px'
461466
});
467+
$('header.navbar').show();
468+
$('aside.navbar').show();
469+
$('#tabspanel').css({
470+
'visibility': 'initial'
471+
});
462472
return true;
463473
});
464474

0 commit comments

Comments
 (0)