← back to Commercialrealestate
TK-10526: add missing three-view.js <script> to broker-grid/mls/fha-loans (had CSS only; toggle was styled-but-dead) — matches condos.html
f86719c32eba0984e08580980724d9ba329be972 · 2026-08-13 08:39:45 -0700 · Steve Abrams
Files touched
M public/broker-grid.htmlM public/fha-loans.htmlM public/mls.html
Diff
commit f86719c32eba0984e08580980724d9ba329be972
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Aug 13 08:39:45 2026 -0700
TK-10526: add missing three-view.js <script> to broker-grid/mls/fha-loans (had CSS only; toggle was styled-but-dead) — matches condos.html
---
public/broker-grid.html | 1 +
public/fha-loans.html | 1 +
public/mls.html | 1 +
3 files changed, 3 insertions(+)
diff --git a/public/broker-grid.html b/public/broker-grid.html
index 54eeb49..b0b0875 100644
--- a/public/broker-grid.html
+++ b/public/broker-grid.html
@@ -93,6 +93,7 @@
.rail .rsec.collapsed > *:not(h4) { display:none !important; }
</style>
<link rel="stylesheet" href="/three-view.css">
+ <script src="/three-view.js"></script>
<link rel="stylesheet" href="/nav-agent/nav-agent.css"><!-- nav-agent -->
</head>
<body>
diff --git a/public/fha-loans.html b/public/fha-loans.html
index 8cf553e..e1d7a43 100644
--- a/public/fha-loans.html
+++ b/public/fha-loans.html
@@ -8,6 +8,7 @@
<title>FHA / Low-Rate Loans — LA County CRE</title>
<link rel="stylesheet" href="/crcp-grid.css">
<link rel="stylesheet" href="/three-view.css">
+<script src="/three-view.js"></script>
<script src="/crcp-grid.js"></script>
<style>
:root{
diff --git a/public/mls.html b/public/mls.html
index 1a1a118..a433501 100644
--- a/public/mls.html
+++ b/public/mls.html
@@ -110,6 +110,7 @@
</style>
<link rel="stylesheet" href="/crcp-theme.css">
<link rel="stylesheet" href="/three-view.css">
+ <script src="/three-view.js"></script>
<link rel="stylesheet" href="/nav-agent/nav-agent.css"><!-- nav-agent -->
</head>
<body>
← ff880e5 fha-loans.html: add grid(cards)+compact-list views + view to
·
back to Commercialrealestate
·
chore: v0.18.4 (session close — TK-10526 three-view.js fix) c799485 →