aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/ts/header_badges.ts
blob: 473749f25f69d98dd8d8d228e3b85c91e8cda32d (plain)
1
2
3
4
5
6
7
// Fetches the header contents if it exists
(function() {
    const header = document.getElementById('mJewelNav');
    if (header) {
        Frost.handleHeader(header.outerHTML);
    }
}).call(undefined);