mirror of
https://github.com/electron/electron.git
synced 2026-02-14 17:14:57 -05:00
Revert the change on default_app
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user