1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Partially restored header logic, added suggestions for properties

This commit is contained in:
2024-07-15 03:54:28 +04:00
parent 7eab8d633f
commit 71ab75efaf
4 changed files with 328 additions and 0 deletions

7
src/content/header.js Normal file
View File

@@ -0,0 +1,7 @@
import {initializeSiteHeader} from "$lib/components/SiteHeaderWrapper.js";
const siteHeader = document.querySelector('.header');
if (siteHeader) {
initializeSiteHeader(siteHeader);
}