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인지 다시 한번 확인해주세요.'); - } -