fix: let SearXNG handle box positioning

This commit is contained in:
cra88y
2026-01-11 11:06:07 -06:00
parent da220e58f1
commit 2a7200be8d
-3
View File
@@ -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', {{