mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 12:12:26 +01:00
Fix bug in parseForm.
This commit is contained in:
@@ -1179,7 +1179,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
|
||||
}
|
||||
}
|
||||
if (post)
|
||||
return [url, elems.join('&'), elems, charset];
|
||||
return [url, elems.join('&'), charset, elems];
|
||||
return [url + "?" + elems.join('&'), null, charset];
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user