mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-29 18:14:28 -04:00
7 lines
130 B
JavaScript
7 lines
130 B
JavaScript
'use strict';
|
|
define(function () {
|
|
window.onbeforeunload = function () {
|
|
window.NzbDrone.unloading = true;
|
|
};
|
|
});
|