mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 703041 - WebConsoleHelp has an error at the top; r=past
This commit is contained in:
parent
d43c8d9286
commit
1422a6ccd2
@ -647,8 +647,8 @@ function JSTermHelper(aJSTerm)
|
||||
{
|
||||
aJSTerm.helperEvaluated = true;
|
||||
aJSTerm.window.open(
|
||||
"https://developer.mozilla.org/AppLinks/WebConsoleHelp?locale=" +
|
||||
aJSTerm.window.navigator.language, "help", "");
|
||||
"https://developer.mozilla.org/docs/Tools/Web_Console/Helpers",
|
||||
"help", "");
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user