From 7a4963bf8fc9446d5cd09a503f27dda5a29521ba Mon Sep 17 00:00:00 2001 From: ChaHyeonMin Date: Fri, 5 Apr 2024 13:56:09 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EB=B6=80=EC=8A=A4=20=EC=84=A0?= =?UTF-8?q?=ED=83=9D=20=ED=9B=84=20=EC=A0=9C=EB=8C=80=EB=A1=9C=20=EA=B0=92?= =?UTF-8?q?=EC=9D=B4=20=EC=A0=84=EB=8B=AC=EB=90=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/page/stamp/stamps.html | 43 +++++++------------ 1 file changed, 15 insertions(+), 28 deletions(-) diff --git a/src/main/resources/templates/page/stamp/stamps.html b/src/main/resources/templates/page/stamp/stamps.html index 2394f4d5..fdee5b63 100644 --- a/src/main/resources/templates/page/stamp/stamps.html +++ b/src/main/resources/templates/page/stamp/stamps.html @@ -101,19 +101,21 @@

스탬프 목록

-
- - -
+
+
+ + +
+
@@ -138,21 +140,6 @@

스탬프 목록

} } - let boothNum = document.getElementById('boothNum'); - boothNum.style.width = '150px'; - boothNum.style.alignContent = 'center'; - - function confirmWithBoothNumber() { - let boothNumber = document.getElementById('boothNum').value; - - if (boothNumber === '==부스 선택==') { - alert('부스를 선택해주세요.'); - return false; - } - return confirm('[ ' + boothNumber + ' ] ' + '번 부스에 스탬프를 찍으시겠습니까?' + - '\n스탬프가 false인지 다시 한번 확인해주세요.'); - } -