1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Avoid Javascript minifier to break keyboard shortcuts

This commit is contained in:
Frédéric Guillot 2020-09-23 20:56:38 -07:00
parent 75b11d5744
commit b015887b02
4 changed files with 8 additions and 6 deletions

2
go.mod
View file

@ -11,7 +11,7 @@ require (
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/rylans/getlang v0.0.0-20200505200108-4c3188ff8a2d
github.com/stretchr/testify v1.6.1 // indirect
github.com/tdewolff/minify/v2 v2.9.4 // indirect
github.com/tdewolff/minify/v2 v2.9.5 // indirect
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d