freed index.html javascript
This commit is contained in:
parent
d00b65bd1e
commit
22a7c5393a
1 changed files with 3 additions and 1 deletions
|
@ -104,6 +104,7 @@
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
<script>
|
<script>
|
||||||
|
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
|
||||||
function onCoolButtonClick() {
|
function onCoolButtonClick() {
|
||||||
let bg = document.body.style.getPropertyValue("background-color");
|
let bg = document.body.style.getPropertyValue("background-color");
|
||||||
if (bg == "rgb(31, 1, 15)") {
|
if (bg == "rgb(31, 1, 15)") {
|
||||||
|
@ -153,5 +154,6 @@
|
||||||
{ duration: 500, iterations: 2 }
|
{ duration: 500, iterations: 2 }
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
// @license-end
|
||||||
</script>
|
</script>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue