diff --git a/client/gui/static/js/index.js b/client/gui/static/js/index.js index 8f0fa41..eeef6c6 100644 --- a/client/gui/static/js/index.js +++ b/client/gui/static/js/index.js @@ -117,7 +117,6 @@ document.addEventListener("DOMContentLoaded", async function () { console.error("Failed to load patterns:", error); } } - loadPatterns(); function fallbackCopyTextToClipboard(text) { const textArea = document.createElement("textarea");