[ADD] GENERAL: Filter tag container below main nav
This commit is contained in:
@@ -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>
|
||||
`
|
||||
))
|
||||
Reference in New Issue
Block a user