From 2a7200be8da31d19a601ba7b38844470ff66382e Mon Sep 17 00:00:00 2001 From: cra88y Date: Sun, 11 Jan 2026 11:06:07 -0600 Subject: [PATCH] fix: let SearXNG handle box positioning --- gemini_flash.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gemini_flash.py b/gemini_flash.py index 827b0be..fb299e2 100644 --- a/gemini_flash.py +++ b/gemini_flash.py @@ -191,9 +191,6 @@ class SXNGPlugin(Plugin): const box = document.getElementById('sxng-stream-box'); const data = document.getElementById('sxng-stream-data'); - const container = document.getElementById('urls') || document.getElementById('main_results'); - if (container && box) {{ container.prepend(box); }} - try {{ const ctx = new TextDecoder().decode(Uint8Array.from(atob(b64), c => c.charCodeAt(0))); const res = await fetch('/gemini-stream', {{