mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-05-14 21:40:14 +00:00
Update bucket.html
This commit is contained in:
parent
4fade89b4d
commit
3a18c51cbc
@ -171,7 +171,7 @@
|
|||||||
const queryString = window.location.search;
|
const queryString = window.location.search;
|
||||||
const urlParams = new URLSearchParams(queryString);
|
const urlParams = new URLSearchParams(queryString);
|
||||||
const lightmode = urlParams.get("lightmode");
|
const lightmode = urlParams.get("lightmode");
|
||||||
const name = urlParams.get('name');
|
const name = "Deva Midhun"
|
||||||
if (lightmode) {
|
if (lightmode) {
|
||||||
console.log("AAAA");
|
console.log("AAAA");
|
||||||
var r = document.querySelector(':root');
|
var r = document.querySelector(':root');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user