From: Jerome Jutteau Date: Thu, 14 Feb 2013 12:21:03 +0000 (+0000) Subject: Add poucentage of transfert in title X-Git-Tag: 1.1~213 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/f89474388394d7a7fd7dbb41f089956454e4957f Add poucentage of transfert in title --- diff --git a/lib/functions.js b/lib/functions.js index aba302c..fee0b50 100755 --- a/lib/functions.js +++ b/lib/functions.js @@ -41,6 +41,7 @@ function show_link (url, reference, delete_code, date) function show_upload_progression (p) { document.getElementById('uploaded_percentage').innerHTML = p; + document.title = 'Jirafeau - ' + p; } function upload_progress (e)