mirror of
https://github.com/Sonarr/Sonarr
synced 2026-04-25 14:41:43 +02:00
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
'use strict';
|
|
define(function () {
|
|
window.onbeforeunload = function () {
|
|
window.NzbDrone.unloading = true;
|
|
};
|
|
});
|