mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-09 10:16:41 +00:00
7 lines
130 B
JavaScript
7 lines
130 B
JavaScript
'use strict';
|
|
define(function () {
|
|
window.onbeforeunload = function () {
|
|
window.NzbDrone.unloading = true;
|
|
};
|
|
});
|