mirror of https://github.com/go-gitea/gitea.git
Should eliminate a error in the Firefox console regarding the connection being interrupted while the page was loading.
This commit is contained in:
parent
2a6e6bf0f1
commit
d131d53cbb
|
@ -52,6 +52,9 @@ export function initNotificationCount() {
|
|||
source.close();
|
||||
window.location.href = AppSubUrl;
|
||||
});
|
||||
window.addEventListener('beforeunload', () => {
|
||||
source.close();
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue