From 0cfbe671968cb431420ae7101bf94d632d1861bf Mon Sep 17 00:00:00 2001 From: martbost Date: Sat, 12 Sep 2026 07:57:43 -0500 Subject: [PATCH] Admin: register the Traffic pane in the title map (the menu click was a no-op); bump script version tags Co-Authored-By: Claude Fable 5.1 --- public/admin.html | 2 +- public/assets/admin.js | 2 +- public/join.html | 2 +- public/my.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/admin.html b/public/admin.html index 0204a9c..0a13be8 100644 --- a/public/admin.html +++ b/public/admin.html @@ -330,6 +330,6 @@ - + diff --git a/public/assets/admin.js b/public/assets/admin.js index 2f009ab..75b3430 100644 --- a/public/assets/admin.js +++ b/public/assets/admin.js @@ -44,7 +44,7 @@ }); // ── panes ── - const TITLES = { overview: 'Overview', house: 'House ads', campaigns: 'All campaigns', members: 'Members', reports: 'Reports', pnl: 'Profit and loss', settings: 'Settings' }; + const TITLES = { overview: 'Overview', house: 'House ads', campaigns: 'All campaigns', members: 'Members', reports: 'Reports', traffic: 'Traffic', pnl: 'Profit and loss', settings: 'Settings' }; const loaders = { overview: loadOverview, house: loadHouse, campaigns: loadCampaigns, members: loadMembers, reports: loadReports, traffic: loadTraffic, pnl: loadPnl, settings: loadSettings }; function setPane(name) { if (!TITLES[name]) name = 'overview'; diff --git a/public/join.html b/public/join.html index 3233636..309c840 100644 --- a/public/join.html +++ b/public/join.html @@ -156,6 +156,6 @@ - + diff --git a/public/my.html b/public/my.html index 62dadcd..5c786ef 100644 --- a/public/my.html +++ b/public/my.html @@ -911,7 +911,7 @@ - +