From 9423ff350d90a960dd7425c061aa66225b35ff26 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Wed, 31 Dec 2025 23:00:59 +0100 Subject: [PATCH] fix: remove duplicate vendor-selector.js include from vendor-themes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The script was being loaded twice - once from base.html and again from vendor-themes.html, causing "vendorSelectorLog has already been declared". 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- app/templates/admin/vendor-themes.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/admin/vendor-themes.html b/app/templates/admin/vendor-themes.html index f627ba21..0a2ef942 100644 --- a/app/templates/admin/vendor-themes.html +++ b/app/templates/admin/vendor-themes.html @@ -125,6 +125,5 @@ {% block extra_scripts %} - {% endblock %}