Revert the change on default_app
This commit is contained in:
Родитель
7b34b8d183
Коммит
d8a030fa9b
|
@ -129,14 +129,6 @@
|
|||
e.preventDefault();
|
||||
return false;
|
||||
};
|
||||
|
||||
document.onload = () => {
|
||||
var a = false
|
||||
setInterval(function () {
|
||||
document.body.querySelector('.container').style.background = a ? 'red' : 'blue'
|
||||
a = !a
|
||||
}, 200)
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="header">
|
||||
|
|
Загрузка…
Ссылка в новой задаче