typo
This commit is contained in:
		@@ -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)
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user