mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:37:57 +01:00
Make :undo a bit saner. Add TODO about config.name checks.
This commit is contained in:
@@ -1099,7 +1099,7 @@ function Buffer() //{{{
|
||||
elem.contentWindow.focus();
|
||||
return;
|
||||
}
|
||||
else if (elemTagName == "input" && elem.type.toLowerCase() == "file")
|
||||
else if (elemTagName == "input" && elem.type == "file")
|
||||
{
|
||||
openUploadPrompt(elem);
|
||||
buffer.lastInputField = elem;
|
||||
|
||||
Reference in New Issue
Block a user