1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-29 04:15:45 +01:00

Merge default.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-25 16:20:22 -05:00
11 changed files with 42 additions and 263 deletions

View File

@@ -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];
},