This commit is contained in:
cutls 2020-02-08 00:48:34 +09:00
parent 790d353b69
commit 8d812fbd2c

View File

@ -289,8 +289,8 @@ if(pwa) {
if (e[0] == 'openUrl') {
urls = e[1].match(/https?:\/\/(.+)/)
if (urls) {
if(confirm("Open: " + url)) {
window.open(url)
if(confirm("Open: " + urls)) {
window.open(urls)
}
}
}