mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #762 from omnivore-app/ios-share-extension-js
Fix issue with ShareExtension.js not executing on iOS
This commit is contained in:
commit
4ed946fc7e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ function iconURL() {
|
|||
|
||||
return document.querySelector("link[rel='apple-touch-icon'], link[rel='shortcut icon'], link[rel='icon']").href
|
||||
} catch {}
|
||||
return null
|
||||
return undefined
|
||||
}
|
||||
|
||||
ShareExtension.prototype = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue