mirror of
https://github.com/zarfadev/MobaXterm-Keygen.git
synced 2026-09-04 09:13:24 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
function toggleTheme() {
|
||||
if (document.body.classList.contains("dark"))
|
||||
document.body.classList.remove("dark");
|
||||
else
|
||||
document.body.classList.add("dark");
|
||||
}
|
||||
Reference in New Issue
Block a user