HEAD request should not have responseType JSON.

Was causing spurious network flag messages.
This commit is contained in:
ccd0 2019-03-24 00:37:38 -07:00
parent 71896af275
commit d8e59f724d

View File

@ -866,6 +866,7 @@ QR =
cb()
else
setTimeout check, attempts * $.SECOND
responseType: 'text'
type: 'HEAD'
check()