mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
UI will reload on navigation if the backend has been update
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
define(function () {
|
||||
window.onbeforeunload = function () {
|
||||
window.NzbDrone.unloading = true;
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user