Bug 703041 - WebConsoleHelp has an error at the top; r=past

This commit is contained in:
Mihai Sucan 2012-09-11 13:14:12 +03:00
parent d43c8d9286
commit 1422a6ccd2

View File

@ -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", "");
};
/**