From afbf80f5c1aa31de75e7144f7855c4307f923d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Wed, 4 Feb 2026 21:41:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EC=82=AC=EC=9A=A9=EB=9F=89=EC=A1=B0?= =?UTF-8?q?=ED=9A=8C=20=EA=B8=B0=EA=B0=84=20=EB=B2=84=ED=8A=BC=20=ED=81=B4?= =?UTF-8?q?=EB=A6=AD=20=EC=8B=9C=20=EC=9E=90=EB=8F=99=EC=A1=B0=ED=9A=8C=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/barobill/usage/index.blade.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/views/barobill/usage/index.blade.php b/resources/views/barobill/usage/index.blade.php index 2cd24ace..3c5a5588 100644 --- a/resources/views/barobill/usage/index.blade.php +++ b/resources/views/barobill/usage/index.blade.php @@ -221,9 +221,6 @@ function setQuickPeriod(period) { document.getElementById('startDate').value = formatDate(startDate); document.getElementById('endDate').value = formatDate(endDate); - - // ์กฐํšŒ ์‹คํ–‰ - htmx.trigger(document.body, 'usageUpdated'); } function formatDate(date) {