mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-17 21:26:13 -04:00
5 lines
133 B
JavaScript
5 lines
133 B
JavaScript
module.exports = (function(){
|
|
window.onbeforeunload = function(){
|
|
window.NzbDrone.unloading = true;
|
|
};
|
|
}).call(this); |