dosse91 6 лет назад
Родитель
Сommit
dffdde1670
2 измененных файлов с 1 добавлено и 3 удалено
  1. 0 2
      README.md
  2. 1 1
      src/public/speedtest_worker.js

+ 0 - 2
README.md

@@ -8,8 +8,6 @@ For any instructions and support please check out the [Wiki](https://github.com/
 If you like this project and want to support our work you can either do pull requests or donate via [PayPal](https://paypal.me/dunklesToast) 
 
 ## License
-Copyright (C) 2016-2019 Federico Dossena
-
 Copyright (C) 2019 dunklesToast
 
 

+ 1 - 1
src/public/speedtest_worker.js

@@ -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;
 					}