diff --git a/static/index.html b/static/index.html index 55d6ab9..5d2dafd 100644 --- a/static/index.html +++ b/static/index.html @@ -2295,7 +2295,6 @@ function renderCsPendingReview() {
${chgCount}
Changed
${remCount}
Removed
-
@@ -2304,8 +2303,8 @@ function renderCsPendingReview() {
`; - // Load full detail for the pending batch - loadPendingBatchDetail(pending.id); + // Pre-fetch field changes data for the review button (don't render old detail tables) +} } async function loadPendingBatchDetail(batchId) {