From ab14d449004ed2922b2d6588185b01199f814492 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Thu, 12 Sep 2024 15:46:57 -0400 Subject: [PATCH] ? --- mccs-it/thermal/public/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mccs-it/thermal/public/index.html b/mccs-it/thermal/public/index.html index a65ef26..439518f 100644 --- a/mccs-it/thermal/public/index.html +++ b/mccs-it/thermal/public/index.html @@ -157,7 +157,7 @@ }) .then(message => alert(message)) .catch(error => alert('Error: ' + error)); - setTimeout(loadPDF, 1500); + setTimeout(loadPDF, 300); }); document.getElementById('printForm').addEventListener('submit', (event) => { @@ -188,7 +188,7 @@ }) .then(message => alert(message)) .catch(error => alert('Error: ' + error)); - setTimeout(loadPDF, 1500); + setTimeout(loadPDF, 300); }); document.getElementById('printTempPw').addEventListener('click', (event) => { @@ -213,7 +213,7 @@ }) .then(message => alert(message)) .catch(error => alert('Error: ' + error)); - setTimeout(loadPDF, 1500); + setTimeout(loadPDF, 300); });