From fd9211dd1f1848b523dd983fe4d2ec8c69fbd7f2 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 21 May 2024 16:01:15 +0800 Subject: [PATCH] don't inject for now --- scripts/GUI/entrypoints/inject.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 scripts/GUI/entrypoints/inject.js diff --git a/scripts/GUI/entrypoints/inject.js b/scripts/GUI/entrypoints/inject.js deleted file mode 100644 index eb88ccf..0000000 --- a/scripts/GUI/entrypoints/inject.js +++ /dev/null @@ -1,14 +0,0 @@ -export default class injection { - constructor (parent, element, id, classes, options) { - let ELEMENTS = {}; - - ELEMENTS[`parents`] = ((typeof parent) != `object`) ? docuent.querySelectorAll(parent) : [...parent]; - - // must only run if there are elements to inject - if ((ELEMENTS[`parents`]).length > 0) { - - } - }; - - -} \ No newline at end of file