From 58750febccfb14e20033c63c37b838261b287f5e Mon Sep 17 00:00:00 2001 From: dsyoon Date: Sat, 7 Feb 2026 20:41:40 +0900 Subject: [PATCH] Fix favicon onerror null parent Capture parent before removing broken favicon image to avoid insertAdjacentHTML on null. Co-authored-by: Cursor --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index b8f6a6f..a06ae9b 100644 --- a/script.js +++ b/script.js @@ -279,7 +279,7 @@