mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 03:39:28 +00:00
Fix ios safari
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
<html lang='en'>
|
||||
{{> head title=title }}
|
||||
<body>
|
||||
<script>
|
||||
const touchEvent = 'ontouchstart' in window ? 'touchstart' : 'click';
|
||||
</script>
|
||||
{{> mainNav }}
|
||||
{{{ body }}}
|
||||
{{> scripts }}
|
||||
|
||||
Reference in New Issue
Block a user