Update bucket.html
This commit is contained in:
parent
4fade89b4d
commit
3a18c51cbc
|
@ -171,7 +171,7 @@
|
|||
const queryString = window.location.search;
|
||||
const urlParams = new URLSearchParams(queryString);
|
||||
const lightmode = urlParams.get("lightmode");
|
||||
const name = urlParams.get('name');
|
||||
const name = "Deva Midhun"
|
||||
if (lightmode) {
|
||||
console.log("AAAA");
|
||||
var r = document.querySelector(':root');
|
||||
|
|
Loading…
Reference in New Issue