parent
7b6cb27f7f
commit
815b79dc64
5 changed files with 12 additions and 9 deletions
|
@ -85,6 +85,9 @@
|
|||
if (e.name === 'HTTPError' && e.code == 411) {
|
||||
$('.progress-dialog').hide();
|
||||
$('.error-dialog').show();
|
||||
$('.error-dialog .ok').click(function(e) {
|
||||
chrome.runtime.reload();
|
||||
});
|
||||
}
|
||||
else {
|
||||
throw e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue