From b819bc02a5f485201b28a70eaf20d4b413f509d1 Mon Sep 17 00:00:00 2001 From: pro Date: Tue, 27 Jan 2026 23:11:14 +0900 Subject: [PATCH] =?UTF-8?q?fix:AI=20=EC=84=A4=EC=A0=95=20=EB=AA=A8?= =?UTF-8?q?=EB=8B=AC=20JavaScript=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 함수들을 window 객체에 명시적으로 할당 - 이벤트 리스너를 DOMContentLoaded 안에서 등록 - IIFE 패턴으로 스코프 분리 --- .../views/system/ai-config/index.blade.php | 381 +++++++++--------- 1 file changed, 196 insertions(+), 185 deletions(-) diff --git a/resources/views/system/ai-config/index.blade.php b/resources/views/system/ai-config/index.blade.php index 61711d6c..5cb90d05 100644 --- a/resources/views/system/ai-config/index.blade.php +++ b/resources/views/system/ai-config/index.blade.php @@ -209,206 +209,217 @@ @push('scripts') @endpush