Consider port number on lnurlp URL

fix #86
This commit is contained in:
frennkie 2020-09-10 02:43:34 +02:00 committed by GitHub
parent afb2cc4339
commit a8e1aa3154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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('')