From: Jerome Jutteau Date: Thu, 14 Feb 2013 12:36:10 +0000 (+0000) Subject: Fix poucentage of transfert in title for the end of transferts X-Git-Tag: 1.1~212 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/669578f799b33ff1e528460a78cdcbbf3393c9df Fix poucentage of transfert in title for the end of transferts --- diff --git a/lib/functions.js b/lib/functions.js index fee0b50..2dcde55 100755 --- a/lib/functions.js +++ b/lib/functions.js @@ -36,6 +36,7 @@ function show_link (url, reference, delete_code, date) document.getElementById('uploading').style.display = 'none'; document.getElementById('upload').style.display = 'none'; document.getElementById('upload_finished').style.display = ''; + document.title = 'Jirafeau - 100%'; } function show_upload_progression (p)