Bug 588209 - Determine final URL for "Submit Feedback..." help menu option, r=dolske, a=blocking

This commit is contained in:
Frank Yan 2010-10-25 17:30:08 -07:00
parent a4768a8a4b
commit f802cb8232

View File

@ -483,7 +483,7 @@ function openTroubleshootingPage()
*/
function openFeedbackPage()
{
openUILinkIn("http://input.mozilla.com/sad", "tab");
openUILinkIn("http://input.mozilla.com/feedback", "tab");
}