mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 17:42:27 +01:00
revert gi beep commit (1.56), the existing behaviour was correct
This commit is contained in:
@@ -319,13 +319,8 @@ liberator.Buffer = function () //{{{
|
|||||||
"Focus last used input field",
|
"Focus last used input field",
|
||||||
function (count)
|
function (count)
|
||||||
{
|
{
|
||||||
if (count < 1)
|
if (count < 1 && liberator.buffer.lastInputField)
|
||||||
{
|
|
||||||
if (liberator.buffer.lastInputField)
|
|
||||||
liberator.buffer.lastInputField.focus();
|
liberator.buffer.lastInputField.focus();
|
||||||
else
|
|
||||||
liberator.beep();
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var first = liberator.buffer.evaluateXPath(
|
var first = liberator.buffer.evaluateXPath(
|
||||||
|
|||||||
Reference in New Issue
Block a user