mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-12 23:15:23 +00:00
Remove IE11 support from README
Apparently we have stopped supporting IE11. It shows a syntax error for our JS. I have spent half an hour trying to add IE11 to our Babel config, but that did not resolve the issue. It seems bigger changes to our Webpack config might be necessary to support IE11 again, which I don't think is worthwhile. It's probably reasonable to just remove IE from the list of supported browsers. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
fdc86538c6
commit
642316abb1
1 changed files with 4 additions and 2 deletions
|
@ -60,8 +60,10 @@ To use HedgeDoc, your browser should match or exceed these versions:
|
|||
-  Chrome >= 47,  Chrome for Android >= 47
|
||||
-  Safari >= 9,  iOS Safari >= 8.4
|
||||
-  Firefox >= 44
|
||||
-  IE >= 9,  Edge >= 12
|
||||
-  Opera >= 34,  Opera Mini not supported
|
||||
-  Edge >= 12
|
||||
-  Opera >=
|
||||
34, 
|
||||
Opera Mini not supported
|
||||
-  Android Browser >= 4.4
|
||||
|
||||
## Backup/restore your instance
|
||||
|
|
Loading…
Add table
Reference in a new issue