]> cat aescling's git repositories - mastodon.git/commit
Fix ReferenceError when Cache API is missing (#6953)
authorunarist <m.unarist@gmail.com>
Thu, 29 Mar 2018 12:57:02 +0000 (21:57 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 29 Mar 2018 12:57:02 +0000 (14:57 +0200)
commitf1f846045f26518525d5484ed9e782b73086ebe4
tree7338677bc53dd1b02e0edeb07c6bec85982d20e7
parent41452e83028148b3ef6e5888e9bd3b16fd608ec7
Fix ReferenceError when Cache API is missing (#6953)

Cache API is not supported on Safari 11.0 / iOS 11.

Since those caching is optional, this patch simply ignores it.
app/javascript/mastodon/storage/modifier.js