more complete support for network-less electron frontend-backend communication including protected session

This commit is contained in:
azivner
2017-11-29 23:30:35 -05:00
parent 8bd76721ad
commit d0a0366b05
7 changed files with 41 additions and 29 deletions

View File

@@ -24,13 +24,13 @@ $(document).bind('keydown', 'alt+t', () => {
});
$(document).bind('keydown', 'f5', () => {
window.location.reload(true);
reloadApp();
return false;
});
$(document).bind('keydown', 'ctrl+r', () => {
window.location.reload(true);
reloadApp();
return false;
});