Bug 857801 - Prevent glowing Download Notification Effect of Toolbar Button with Panel opened. r=mconley

This commit is contained in:
Girish Sharma 2013-05-04 00:01:16 +05:30
Родитель 706f34c554
Коммит 815e0cf063
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -359,6 +359,11 @@ const DownloadsIndicatorView = {
return;
}
// No need to show visual notification if the panel is visible.
if (DownloadsPanel.isPanelShowing) {
return;
}
function DIV_SEN_callback() {
if (this._notificationTimeout) {
clearTimeout(this._notificationTimeout);