From d8f0be626877d062830e4da808be36908871fc7d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 01:38:55 +0200 Subject: [PATCH] Remove unused close button and alert in settings.html --- settings.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/settings.html b/settings.html index 371f56a..f5cc2a4 100644 --- a/settings.html +++ b/settings.html @@ -153,7 +153,6 @@ const thresholdInput = document.getElementById('intelligentCommitThresholdInput'); const ok = document.getElementById('okBtn'); const cancel = document.getElementById('cancelBtn'); - const close = document.getElementById('closeBtn'); const cbAutostart = document.getElementById('autostart'); const cbCloseToTray= document.getElementById('closeToTray'); @@ -209,8 +208,6 @@ window.settingsAPI.close(); }; cancel.addEventListener('click', rollback); - alert("bin da"); - close.addEventListener('click', rollback); const container = document.getElementById('ollama-model-selectors');