typo
This commit is contained in:
parent
790d353b69
commit
8d812fbd2c
|
@ -289,8 +289,8 @@ if(pwa) {
|
||||||
if (e[0] == 'openUrl') {
|
if (e[0] == 'openUrl') {
|
||||||
urls = e[1].match(/https?:\/\/(.+)/)
|
urls = e[1].match(/https?:\/\/(.+)/)
|
||||||
if (urls) {
|
if (urls) {
|
||||||
if(confirm("Open: " + url)) {
|
if(confirm("Open: " + urls)) {
|
||||||
window.open(url)
|
window.open(urls)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user