зеркало из https://github.com/mozilla/gecko-dev.git
Bug 703041 - WebConsoleHelp has an error at the top; r=past
This commit is contained in:
Родитель
78d8742155
Коммит
45661cd6b6
|
@ -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", "");
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче