This commit is contained in:
Luc Didry 2015-10-09 02:55:44 +02:00
parent 4858866569
commit a13f766c3c
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ function sliceAndUpload(randomkey, i, parts, j, delay, del_at_first_view, short)
};
data = JSON.stringify(data);
console.log('sending slice '+(j + 1)+'/'+parts+' of file '+file.name);¬
console.log('sending slice '+(j + 1)+'/'+parts+' of file '+file.name);
// Verify that we have a websocket and send json
if (window.ws.readyState === 3) {