From 0fd0b00e9facef9c30076045cfcdbf6f6bb8eb9d Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Tue, 28 Jun 2011 01:50:53 -0500 Subject: [PATCH] Okay, screw that! It was way too annoying. --- html/popup.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/popup.html b/html/popup.html index 4f656a9..370ddd0 100644 --- a/html/popup.html +++ b/html/popup.html @@ -20,8 +20,7 @@ }); } - // Show the loader for a little while, just to make it look like the extension is working hard. ;) - window.setTimeout('initPopup()', 500); + window.addEventListener('load', initPopup);