1
0
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:
Štěpán Němec
2011-10-01 15:24:40 +02:00
parent bd3efd0024
commit 2d7c78e162

View File

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