[ADD] GENERAL: Filter tag container below main nav

This commit is contained in:
Horilla
2023-10-11 11:37:41 +05:30
parent 6e46fbaeb3
commit d71a908a04

View File

@@ -76,3 +76,9 @@ window.confirm = function(message) {
})
});
};
var nav = $("section.oh-wrapper.oh-main__topbar");
nav.after($(
`
<div id="filterTagContainerSectionNav" class="oh-titlebar-container__filters mb-2 mt-0 oh-wrapper"></div>
`
))