From f89474388394d7a7fd7dbb41f089956454e4957f Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Thu, 14 Feb 2013 12:21:03 +0000 Subject: [PATCH] Add poucentage of transfert in title --- lib/functions.js | 1 + 1 file changed, 1 insertion(+) 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) -- 2.34.1