Skip to content

Commit

Permalink
Merge pull request #188 from BoostIO/login-fix
Browse files Browse the repository at this point in the history
fixed open external ref
  • Loading branch information
ButteryCrumpet authored Dec 19, 2019
2 parents e8edbf3 + 874a647 commit 65a4e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
console.log('opening ...', url)
electron.shell.openExternal(url)
}
window.$openExternal = $openExterna
window.$openExternal = $openExternal
})()
</script>
</body>
Expand Down

0 comments on commit 65a4e20

Please sign in to comment.