mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Sync: Synchro Settings Panel
This commit is contained in:
7
public/script/settingsPanel.js
Normal file
7
public/script/settingsPanel.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const settingsButton = document.getElementById("settings-button")
|
||||
const settingsPanel = document.getElementById("settings-panel")
|
||||
|
||||
function openPanel(){
|
||||
settingsPanel.style.display = "block";
|
||||
console.log("Click")
|
||||
}
|
||||
Reference in New Issue
Block a user