mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 706658 - ennec defaults to about:support as a start page r=mfinkle
This commit is contained in:
parent
585b32c245
commit
32a48bfb11
@ -203,7 +203,7 @@ var BrowserApp = {
|
||||
// Init LoginManager
|
||||
Cc["@mozilla.org/login-manager;1"].getService(Ci.nsILoginManager);
|
||||
|
||||
let uri = "about:support";
|
||||
let uri = "about:home";
|
||||
if ("arguments" in window && window.arguments[0])
|
||||
uri = window.arguments[0];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user