mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 17:04:12 +01:00
Fix the invalid -postData option produced by ;S.
This commit is contained in:
@@ -127,7 +127,7 @@ var Bookmarks = Module("bookmarks", {
|
||||
|
||||
let options = { "-title": "Search " + elem.ownerDocument.title };
|
||||
if (postData != null)
|
||||
options["-postData"] = postData;
|
||||
options["-post"] = postData;
|
||||
if (charset != null && charset !== "UTF-8")
|
||||
options["-charset"] = charset;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user