ds
This commit is contained in:
parent
9c315ae185
commit
bfa40bc08d
2 changed files with 3 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// custom.js
|
||||
(() => {
|
||||
const TAB_CLASS_PREFIX = "tab-";
|
||||
const knownTabs = new Set(["glance", "pncharris", "netgrimoire", "wasted-bandwidth", "nucking-futz"]);
|
||||
const knownTabs = new Set(["glance", "netgrimoire", "wasted-bandwidth", "pncharris", "nucking-futz"]);
|
||||
|
||||
function clearTabClasses() {
|
||||
document.body.classList.forEach((c) => {
|
||||
|
|
|
|||
|
|
@ -55,8 +55,7 @@ layout:
|
|||
VPN Protected Apps:
|
||||
tab: Wasted-Bandwidth
|
||||
name: Applications
|
||||
style: row
|
||||
columns: 5
|
||||
|
||||
|
||||
|
||||
Nucking-Futz:
|
||||
|
|
@ -65,5 +64,4 @@ layout:
|
|||
Nucking Apps:
|
||||
tab: Nucking-Futz
|
||||
name: Applications
|
||||
style: row
|
||||
columns: 5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue