← back to Rentv
Fix: person/sign-in icon opens the menu drawer instead of jarring redirect to /subscribe (index + desk)
6feeb395b574b80434273ddde1a6f7b689ad8f3c · 2026-07-28 15:57:34 -0700 · Steve Abrams
Files touched
M public/desk.htmlM public/index.html
Diff
commit 6feeb395b574b80434273ddde1a6f7b689ad8f3c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue Jul 28 15:57:34 2026 -0700
Fix: person/sign-in icon opens the menu drawer instead of jarring redirect to /subscribe (index + desk)
---
public/desk.html | 2 +-
public/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/desk.html b/public/desk.html
index e0a44dea..c240d58e 100644
--- a/public/desk.html
+++ b/public/desk.html
@@ -116,7 +116,7 @@ let D={scope:'brokers',view:'directory',selDir:0,selMap:0};
// chrome
$('burger').onclick=()=>{$('scrim').classList.add('open');$('drawer').classList.add('open');};
const cd=()=>{$('scrim').classList.remove('open');$('drawer').classList.remove('open');};$('dclose').onclick=cd;$('scrim').onclick=cd;
-$('user').onclick=()=>location.href='/subscribe';
+$('user').onclick=()=>{$('scrim').classList.add('open');$('drawer').classList.add('open');};
async function jget(u,fb){try{const r=await fetch(u,{credentials:'same-origin'});if(!r.ok)return fb;return await r.json();}catch(e){return fb;}}
(async()=>{
const [b,f,la,sl]=await Promise.all([
diff --git a/public/index.html b/public/index.html
index 72d812a3..27740898 100644
--- a/public/index.html
+++ b/public/index.html
@@ -179,7 +179,7 @@ const LK=x=>(x.orig?'/post/':'/news/')+encodeURIComponent(x.id);
$('burger').onclick=()=>{$('scrim').classList.add('open');$('drawer').classList.add('open');};
const closeDrawer=()=>{$('scrim').classList.remove('open');$('drawer').classList.remove('open');};
$('dclose').onclick=closeDrawer;$('scrim').onclick=closeDrawer;
-$('user').onclick=()=>location.href='/subscribe';
+$('user').onclick=()=>{$('scrim').classList.add('open');$('drawer').classList.add('open');};
async function jget(url){try{const r=await fetch(url,{credentials:'same-origin'});if(!r.ok)return null;return await r.json();}catch(e){return null;}}
let ALL=[];
// Canonical section labels — the drawer/footer link to /sales, /development, … which the
← dcf6c8c9 Master Reel: LONG detailed cut (14.3min, full-page slow pans
·
back to Rentv
·
Master Reel: mix continuous ducked music bed under narration 935c3ffa →