Revert the change on default_app
This commit is contained in:
parent
7b34b8d183
commit
d8a030fa9b
1 changed files with 0 additions and 8 deletions
|
@ -129,14 +129,6 @@
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
document.onload = () => {
|
|
||||||
var a = false
|
|
||||||
setInterval(function () {
|
|
||||||
document.body.querySelector('.container').style.background = a ? 'red' : 'blue'
|
|
||||||
a = !a
|
|
||||||
}, 200)
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
|
Loading…
Reference in a new issue