fix: lottie CDN을 로컬 파일로 변경 (Tracking Prevention 차단 해결)

This commit is contained in:
thug0bin 2026-02-27 16:10:28 +09:00
parent 1414bb1432
commit 866d10fd92

View File

@ -665,7 +665,7 @@
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lottie-web/5.12.2/lottie.min.js"></script>
<script src="/static/js/lottie.min.js"></script>
<script>
function showTransactionDetail(transactionId) {
document.getElementById('transactionModal').style.display = 'block';