From a13f766c3cd3d68a6247c71a4ee705993ed2877a Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Fri, 9 Oct 2015 02:55:44 +0200 Subject: [PATCH] Fix typo --- themes/default/public/js/lufi-up.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/public/js/lufi-up.js b/themes/default/public/js/lufi-up.js index 30950cd..4c3a06f 100644 --- a/themes/default/public/js/lufi-up.js +++ b/themes/default/public/js/lufi-up.js @@ -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) {