From faff102e09fa53d6e921a4bcf653c113119240c4 Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 9 Apr 2026 10:06:09 +0200 Subject: [PATCH] fix: broken template literal in displayResults caused JS syntax error Unclosed string on line 570 prevented entire inventory.js from loading, breaking character list and all search functionality. Co-Authored-By: Claude Opus 4.6 (1M context) --- static/inventory.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/inventory.js b/static/inventory.js index c69f5504..fa4a9a8a 100644 --- a/static/inventory.js +++ b/static/inventory.js @@ -567,8 +567,7 @@ function displayResults(data) { html += `${val != null && val !== '' && val !== -1 ? val : '-'}`; } }); - html += ' - `; + html += ''; }); html += `