mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-02 22:06:28 +01:00
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
'use strict';
|
|
define(function () {
|
|
window.onbeforeunload = function () {
|
|
window.NzbDrone.unloading = true;
|
|
};
|
|
});
|