Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
pitch-machine [2024/01/28 18:08] – steve.wang | pitch-machine [2024/01/28 18:13] (current) – steve.wang | ||
---|---|---|---|
Line 356: | Line 356: | ||
document.documentElement.appendChild(qr) | document.documentElement.appendChild(qr) | ||
document.documentElement.appendChild(homeButton) | document.documentElement.appendChild(homeButton) | ||
+ | let logo = document.getElementById(' | ||
+ | |||
+ | logo.remove() | ||
+ | |||
+ | document.getElementsByClassName(' | ||
+ | let home = document.getElementsByClassName(' | ||
+ | home.style.left = ' | ||
+ | home.style.position = ' | ||
+ | |||
} | } | ||