1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 11:47:59 +01:00

e10s fixes.

This commit is contained in:
Kris Maglione
2015-02-23 17:32:52 -08:00
parent 271c3a95c7
commit 8d3e8994f1
4 changed files with 7 additions and 6 deletions

View File

@@ -798,7 +798,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
if (params.user != null || params.pass != null)
args.push(params.user);
if (params.pass != null)
args.push(prams.pass);
args.push(params.pass);
apply(xmlhttp, "open", args);