From e09738cd819dae9cab0a358243520011a43de84a Mon Sep 17 00:00:00 2001 From: Vincent LAURENT Date: Thu, 7 Oct 2021 09:29:58 +0200 Subject: [PATCH] =?UTF-8?q?Bouton=20de=20s=C3=A9l=C3=A9ction=20de=20signat?= =?UTF-8?q?ure=20plus=20gros=20et=20diff=C3=A9rent=20de=20celui=20de=20t?= =?UTF-8?q?=C3=A9l=C3=A9chargement=20du=20pdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/app.js | 1 + templates/pdf.html.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/js/app.js b/public/js/app.js index 25fc902..60202a8 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -51,6 +51,7 @@ loadingTask.promise.then(function(pdf) { document.getElementById('svg_selected').src = this.value; } else { document.getElementById('btn_svn_select').classList.remove('d-none'); + document.getElementById('btn_svn_select').focus(); document.getElementById('svg_selected_container').classList.add('d-none'); document.getElementById('svg_selected').src = null; } diff --git a/templates/pdf.html.php b/templates/pdf.html.php index c7207ad..511bf23 100644 --- a/templates/pdf.html.php +++ b/templates/pdf.html.php @@ -68,7 +68,7 @@
- +