diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.js b/web/index.js index c116130..6a90d54 100644 --- a/web/index.js +++ b/web/index.js @@ -169,7 +169,7 @@ class App extends Component { } } -const reload = () => window.location.reload() +const reload = () => isMobileSafari ? (window.location.href = window.location.href) : window.location.reload() const Settings = () => html` <section class="stickerpack settings" id="pack-settings" data-pack-id="settings"> |
