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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user