From d8a030fa9b0b05bd72c4ae69a5cbd112fd85d1f4 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 3 Aug 2016 10:13:32 +0900 Subject: [PATCH] Revert the change on default_app --- default_app/index.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/default_app/index.html b/default_app/index.html index bddf0d2fc2..67e3e249e3 100644 --- a/default_app/index.html +++ b/default_app/index.html @@ -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) - }