Bug 1269998 - Prompt users with pending crash reports to submit them. r=eslint-fix

This commit is contained in:
Sebastian Hengst 2016-05-11 10:10:28 +02:00
Родитель bcf28c976d
Коммит 2995111984
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -543,10 +543,12 @@ this.CrashSubmit = {
}
);
}
return;
}
}
);
}
return;
}
).then(
function onSuccess() {