mirror of
git://f0xx.org/ac/ac-be-hub
synced 2026-07-29 04:59:44 +03:00
feat(hub): shared nav shell, downloads UI, footer fix
Signed-off-by: Anton Afanasyeu <a.afanasieff@gmail.com>
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
document.documentElement.setAttribute('lang', lang);
|
||||
var footerLeft = document.querySelector('.platform-footer__left[data-i18n]');
|
||||
if (footerLeft) {
|
||||
var holder = footerLeft.getAttribute('data-holder') || 'Anton Afanaasyeu';
|
||||
var holder = footerLeft.getAttribute('data-holder') || 'Anton Afanasyeu';
|
||||
var year = footerLeft.getAttribute('data-year') || String(new Date().getFullYear());
|
||||
footerLeft.textContent = t('footer.copyright', { holder: holder, year: year });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user