Tooltip fix for NVDA

This commit is contained in:
Sam Potts
2015-07-31 21:32:12 +10:00
parent fe1989dea1
commit aad4a720dc
4 changed files with 2 additions and 6 deletions

View File

@ -203,7 +203,7 @@ maxAge = 31536000, // seconds 1 year
options = {
cdn: {
headers: {
"Cache-Control": "max-age=" + maxAge + ", no-transform, public",
"Cache-Control": "max-age=" + maxAge,
"Vary": "Accept-Encoding"
},
gzippedOnly: true