初始提交
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
if (!location.hostname.includes('fse-media.group')) {
|
||||
const homeLink = document.getElementById('homeLink');
|
||||
if (homeLink) homeLink.href = '/home.html';
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user