UI will reload on navigation if the backend has been update

This commit is contained in:
Mark McDowall
2013-11-13 19:38:30 -08:00
parent 541cd0ce19
commit c286f1b18a
7 changed files with 98 additions and 57 deletions
+6
View File
@@ -0,0 +1,6 @@
'use strict';
define(function () {
window.onbeforeunload = function () {
window.NzbDrone.unloading = true;
};
});