From df90ebf5ebaf321bc147130b79f58d5b868caba2 Mon Sep 17 00:00:00 2001 From: Shawn Date: Thu, 21 May 2026 22:15:20 -0400 Subject: [PATCH] =?UTF-8?q?t=5F63e94899:=20Remove=20duplicate=20ocrPickedP?= =?UTF-8?q?hoto/createAssetFromPicked=20stubs=20=E2=80=94=20originals=20at?= =?UTF-8?q?=201783/1797=20now=20resolve=20correctly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/static/index.html b/static/index.html index 6057a7c..9267423 100644 --- a/static/index.html +++ b/static/index.html @@ -3792,26 +3792,6 @@ window.open(url, '_blank'); } - // ▶ OCR the picked photo — stub (T2 territory, button exists in UI) - function ocrPickedPhoto() { - if (!pickedPhotoFile) { - showToast('No photo picked', true); - return; - } - showToast('OCR scanning not yet implemented', true); - } - - // ▶ Create asset from picked photo — fills manual form - function createAssetFromPicked() { - // Switch to manual mode with prefilled data - setAddAssetMode('manual'); - if (pickedPhotoGps) { - fillManualFromGps(); - } - // Scroll to manual form - document.getElementById('addManualMode').scrollIntoView({ behavior: 'smooth' }); - } - // ▶ Clear picked photo and reset state function clearPickedPhoto() { pickedPhotoFile = null;