mirror of
https://github.com/Radarr/Radarr
synced 2025-12-27 18:54:03 +01:00
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
'use strict';
|
|
define(function () {
|
|
window.onbeforeunload = function () {
|
|
window.NzbDrone.unloading = true;
|
|
};
|
|
});
|