From 6e08a8b1da1389eb8d7f84207612babfbf37cba0 Mon Sep 17 00:00:00 2001 From: ugrnm Date: Tue, 11 Dec 2018 19:58:49 +0100 Subject: [PATCH] cosmetics --- 07/iris.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/07/iris.js b/07/iris.js index 64ae604..d93ff3f 100644 --- a/07/iris.js +++ b/07/iris.js @@ -1,7 +1,5 @@ (function () { - window.onload = iris; - Messages = [ "My mind is bursting with bright ideas, kind words, and happiness.", "No person, place, or thing has any power over me, for I am the only thinker in my mind.", @@ -91,4 +89,6 @@ newMessage('oneliner-3'); } + window.onload = iris; + })();