mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
Bump minimum supported browser
This commit is contained in:
parent
f42faa883d
commit
5b227de5c6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<link type="text/css" rel="stylesheet" data-href="{{BaseAppMainCssLink}}" id="app-css" />
|
||||
<link type="text/css" rel="stylesheet" data-href="{{BaseAppThemeCssLink}}" id="app-theme-link" />
|
||||
<link rel="manifest" href="{{BaseAppManifestLink}}" />
|
||||
<script>Element.prototype.closest || (document.location.href = './?/BadBrowser');</script>
|
||||
<script>document.append || (document.location.href = './?/BadBrowser');</script>
|
||||
</head>
|
||||
|
||||
<body class="thm-body">
|
||||
|
|
Loading…
Reference in a new issue