Fix typo
This commit is contained in:
parent
4858866569
commit
a13f766c3c
|
@ -182,7 +182,7 @@ function sliceAndUpload(randomkey, i, parts, j, delay, del_at_first_view, short)
|
||||||
};
|
};
|
||||||
data = JSON.stringify(data);
|
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
|
// Verify that we have a websocket and send json
|
||||||
if (window.ws.readyState === 3) {
|
if (window.ws.readyState === 3) {
|
||||||
|
|
Loading…
Reference in New Issue