Merge branch 'master' into docker

This commit is contained in:
dosse91 2018-03-05 06:47:38 +01:00
commit cba1fd0c8c
2 changed files with 2 additions and 2 deletions

View file

@ -448,7 +448,7 @@ function sendTelemetry(){
xhr = new XMLHttpRequest()
xhr.onload = function () { console.log('TELEMETRY OL '+xhr.responseText) }
xhr.onerror = function () { console.log('TELEMETRY ERROR '+xhr) }
xhr.open('POST', settings.url_telemetry+"?r="+Math.random(), true);
xhr.open('POST', settings.url_telemetry+url_sep(settings.url_telemetry)+"r="+Math.random(), true);
try{
var fd = new FormData()
fd.append('dl', dlStatus)

File diff suppressed because one or more lines are too long