mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 07:54: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 };
|
let options = { "-title": "Search " + elem.ownerDocument.title };
|
||||||
if (postData != null)
|
if (postData != null)
|
||||||
options["-postData"] = postData;
|
options["-post"] = postData;
|
||||||
if (charset != null && charset !== "UTF-8")
|
if (charset != null && charset !== "UTF-8")
|
||||||
options["-charset"] = charset;
|
options["-charset"] = charset;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user