1
0
This commit is contained in:
Scott E. Graves
2017-04-27 23:38:28 -05:00
parent 8683cd23f3
commit 5a9df8198f
12 changed files with 195 additions and 95 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -545,8 +545,4 @@
console.log('Main window load');
reloadApplication();
});
window.onunload = ()=> {
AppActions.shutdown();
};
})();