bug 1278569 - Keep infobar up when the user views pending crashes r=mconley ui-r=shorlander

This commit is contained in:
Brad Lassey 2016-06-07 10:25:26 -04:00
Родитель cfb8c639d1
Коммит deceb5c11d
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -873,6 +873,7 @@ BrowserGlue.prototype = {
label: win.gNavigatorBundle.getString("pendingCrashReports.viewAll"),
callback: function() {
win.openUILinkIn("about:crashes", "tab");
return true;
}
}
];