Revert the change on default_app

This commit is contained in:
Cheng Zhao 2016-08-03 10:13:32 +09:00
parent 7b34b8d183
commit d8a030fa9b

View file

@ -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">