mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-24 11:09:44 +08:00
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
Block a user