From 194675168434a9b0bf4f89a1bddf2774d726d08d Mon Sep 17 00:00:00 2001 From: jad2121 Date: Mon, 12 Feb 2024 06:56:47 -0500 Subject: [PATCH] small fix for a problem where the GUI was loading every pattern twice --- client/gui/static/js/index.js | 1 - 1 file changed, 1 deletion(-) 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");