fix:전자세금계산서 검색 스크립트를 인라인으로 변경 (HTMX 호환)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -271,7 +271,6 @@ class="px-4 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-3
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@push('scripts')
|
||||
<script>
|
||||
function searchBuyer() {
|
||||
openPartnerModal();
|
||||
@@ -388,5 +387,4 @@ function escapeAttr(str) {
|
||||
return str.replace(/&/g, '&').replace(/'/g, ''').replace(/"/g, '"').replace(/</g, '<').replace(/>/g, '>');
|
||||
}
|
||||
</script>
|
||||
@endpush
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user