From aa687a20a7552b074f1fef618b0cc2bd2a70c3b5 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 1 Sep 2008 01:34:28 +0000 Subject: [PATCH] revert gi beep commit (1.56), the existing behaviour was correct --- content/buffer.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/content/buffer.js b/content/buffer.js index c86eda61..bb6f8bfb 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -319,13 +319,8 @@ liberator.Buffer = function () //{{{ "Focus last used input field", function (count) { - if (count < 1) - { - if (liberator.buffer.lastInputField) - liberator.buffer.lastInputField.focus(); - else - liberator.beep(); - } + if (count < 1 && liberator.buffer.lastInputField) + liberator.buffer.lastInputField.focus(); else { var first = liberator.buffer.evaluateXPath(