sd
This commit is contained in:
parent
e712bea8d0
commit
d55ebd2b1a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
// custom.js
|
// custom.js
|
||||||
(() => {
|
(() => {
|
||||||
const TAB_CLASS_PREFIX = "tab-";
|
const TAB_CLASS_PREFIX = "tab-";
|
||||||
const knownTabs = new Set(["glance", "pncharris", "netgrimoire", "wasted-bandwidth"]);
|
const knownTabs = new Set(["glance", "pncharris", "netgrimoire", "wasted-bandwidth", "nucking-futz"]);
|
||||||
|
|
||||||
function clearTabClasses() {
|
function clearTabClasses() {
|
||||||
document.body.classList.forEach((c) => {
|
document.body.classList.forEach((c) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue