Commit 2b3cba6cd4829d56ba1a66a0eaa4081a734b016b
whoops, remove code that stops patchwork-next from closing
Matt McKegg committed on 11/2/2016, 5:12:29 AMParent: f096230a58e0b7b3a85a61e839a6088a8fe434c2
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -88,10 +88,10 @@ | |||
88 | 88 … | title: 'patchwork-server', | |
89 | 89 … | useContentSize: true, | |
90 | 90 … | width: 150 | |
91 | 91 … | }) | |
92 | - windows.background.on('close', (ev) => { | ||
93 | - ev.preventDefault() | ||
94 | - windows.background.hide() | ||
95 | - }) | ||
92 … | + // windows.background.on('close', (ev) => { | ||
93 … | + // ev.preventDefault() | ||
94 … | + // windows.background.hide() | ||
95 … | + // }) | ||
96 | 96 … | } | |
97 | 97 … | } | |
Built with git-ssb-web