Fixed a typo

This commit is contained in:
dosse91 2019-10-07 07:56:44 +02:00
parent 0c7ef8e979
commit c95cfb10be

View file

@ -130,7 +130,7 @@ this.addEventListener("message", function(e) {
// ff more precise with 1 upload stream
settings.xhr_ulMultistream = 1;
}
if (typeof s.xhr_ulMultistream === "undefined") {
if (typeof s.ping_allowPerformanceApi === "undefined") {
// ff performance API sucks
settings.ping_allowPerformanceApi = false;
}