Consider port number on lnurlp URL

fix #86
This commit is contained in:
frennkie
2020-09-09 21:43:34 -03:00
committed by GitHub
parent afb2cc4339
commit a8e1aa3154
@@ -214,7 +214,7 @@
var locationPath = [ var locationPath = [
window.location.protocol, window.location.protocol,
'//', '//',
window.location.hostname, window.location.host,
window.location.pathname window.location.pathname
].join('') ].join('')