From c51f5ade946771a3a5c2398aff4b46bef9e8efe2 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 24 May 2015 17:14:55 -0400 Subject: peniquitous.js: Get rid of test code This was used to test out simulating a down arrow key press on the Google search home page with the field selected and something typed in. If the first entry in the suggestion drop-down was selected after the timeout fired, that means it worked. We no longer need this test code. --- peniquitous.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/peniquitous.js b/peniquitous.js index c858f42..0b64ddd 100644 --- a/peniquitous.js +++ b/peniquitous.js @@ -17,9 +17,4 @@ } }); } - - window.setTimeout(function() { - KeyEvent.simulate(0, 40, [], document.getElementById('lst-ib')); - console.log('fired'); - }, 6000); })(); -- cgit v1.2.3