From 839271a585ad807bd32391c12ffb40a2c061e2f2 Mon Sep 17 00:00:00 2001 From: Dauren777 Date: Fri, 12 Jun 2026 11:09:07 +0000 Subject: [PATCH] fix: add edit button for sub-item rows (curator only) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 589f079..628456b 100644 --- a/index.html +++ b/index.html @@ -1168,7 +1168,7 @@ function renderEv(){ h+=""+esc(sr)+""; h+=""+e.due+""; h+=""+stn[ss]+""; - h+="" + h+=""+(cu&&cu.bg===0?"":"")+"" } } }