From 669578f799b33ff1e528460a78cdcbbf3393c9df Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Thu, 14 Feb 2013 12:36:10 +0000 Subject: [PATCH 1/1] Fix poucentage of transfert in title for the end of transferts --- lib/functions.js | 1 + 1 file changed, 1 insertion(+) 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) -- 2.34.1