1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 22:34:18 +01:00

Move option value quoting blurb with the IMPORTANT option changes. Add missing version annotations.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-26 12:38:16 -05:00
parent 140a4822fa
commit faa194c0b3
2 changed files with 22 additions and 23 deletions

View File

@@ -1200,7 +1200,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
}
if (post)
return [url, elems.join('&'), charset, elems];
return [url + "?" + elems.join('&'), null, charset];
return [url + "?" + elems.join('&'), null, charset, elems];
},
/**