GX-Bug #46366 » HideTopBarFix.patch
| src/templates/Honeygrid/javascript/engine/widgets/notifications.js (revision ) | ||
|---|---|---|
| 48 | 48 |
data: {},
|
| 49 | 49 |
success: function(p_response) {
|
| 50 | 50 |
$('.topbar-notification').remove();
|
| 51 |
$('#outer-wrapper').removeClass('topbar-active').css('margin-top', '0');
|
|
| 51 |
$('#outer-wrapper').removeClass('topbar-active');
|
|
| 52 | 52 |
} |
| 53 | 53 |
}); |
| 54 | 54 |
|