git ssb

10+

Matt McKegg / patchwork



Commit 2b3cba6cd4829d56ba1a66a0eaa4081a734b016b

whoops, remove code that stops patchwork-next from closing

Matt McKegg committed on 11/2/2016, 5:12:29 AM
Parent: f096230a58e0b7b3a85a61e839a6088a8fe434c2

Files changed

index.jschanged
index.jsView
@@ -88,10 +88,10 @@
8888 title: 'patchwork-server',
8989 useContentSize: true,
9090 width: 150
9191 })
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 + // })
9696 }
9797 }

Built with git-ssb-web