Update frontend.js

This commit is contained in:
Sam Sneed 2024-05-28 18:27:08 +00:00 committed by GitHub
parent c7aa9f17c9
commit 8f05b551c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,6 @@
// Created by Samuel Lord (NodeMixaholic/Sparksammy)
// Now Maintained by Sneed Group
// Licensed under Samuel Public License with <3
class JSPlusPlus {
General = class {
//Eval alternative
@ -19,10 +22,6 @@ class JSPlusPlus {
}
}
Frontend = class {
// Created by Samuel Lord (NodeMixaholic/Sparksammy)
// Now Maintained by Maxwell (GOrwell1984)
// Licensed under Samuel Public License with <3
// Get element by ID
getElementById(elementID) {
return document.getElementById(elementID)