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