diff --git a/public/js/app.js b/public/js/app.js index 3fe9faa..b44e2b0 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -231,13 +231,13 @@ loadingTask.promise.then(function(pdf) { checkbox.disabled = false; } - document.querySelectorAll('.btn-svg').forEach(function(item) { + /*document.querySelectorAll('.btn-svg').forEach(function(item) { item.style.borderWidth = "1px"; - }); + });*/ if(addLock && input_selected) { var svgButton = document.querySelector('.btn-svg[for="'+input_selected.id+'"]'); - svgButton.style.borderWidth = "2px"; + //svgButton.style.borderWidth = "2px"; checkbox.checked = true; return; } diff --git a/templates/pdf.html.php b/templates/pdf.html.php index 123c439..1a77c26 100644 --- a/templates/pdf.html.php +++ b/templates/pdf.html.php @@ -39,7 +39,7 @@
-
+