diff --git a/web/templates/index.html b/web/templates/index.html
index 464bc28..017cb26 100644
--- a/web/templates/index.html
+++ b/web/templates/index.html
@@ -2328,13 +2328,6 @@ function updateCartUI() {
document.getElementById('cart-items').innerHTML = html;
}
-function escapeHtml(text) {
- if (!text) return '';
- const div = document.createElement('div');
- div.textContent = text;
- return div.innerHTML;
-}
-
function updateServerModelForQuote(value) {
serverModelForQuote = value || '';
scheduleArticlePreview();