mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-11 10:14:55 +01:00
5 lines
No EOL
133 B
JavaScript
5 lines
No EOL
133 B
JavaScript
module.exports = (function(){
|
|
window.onbeforeunload = function(){
|
|
window.NzbDrone.unloading = true;
|
|
};
|
|
}).call(this); |