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
Родитель af0066b448
Коммит 23e174d333
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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