Browse Source

small fix for a problem where the GUI was loading every pattern twice

pull/95/head
jad2121 9 months ago
parent
commit
1946751684
  1. 1
      client/gui/static/js/index.js

1
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");

Loading…
Cancel
Save