1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 13:52:26 +01:00

revert gi beep commit (1.56), the existing behaviour was correct

This commit is contained in:
Doug Kearns
2008-09-01 01:34:28 +00:00
parent 9bc6dbdcb2
commit aa687a20a7

View File

@@ -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(