git ssb

10+

Matt McKegg / patchwork



Commit 1ffb6ae6e03b82a91ea233cbf81348587a086fe1

fix external links

Matt McKegg committed on 2/15/2017, 12:16:34 PM
Parent: 61adf1e35b1f1a4d511cb615eedacfa886830068

Files changed

main-window.jschanged
main-window.jsView
@@ -127,9 +127,9 @@
127127
128128 if (href) {
129129 var url = Url.parse(href)
130130 if (url.host) {
131- electron.shell.openUrl(href)
131 + electron.shell.openExternal(href)
132132 } else if (href !== '#') {
133133 setView(href)
134134 }
135135 }

Built with git-ssb-web