fix: __INIT__ script를 body 내 다른 스크립트보다 먼저 실행되도록 위치 이동
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -115,11 +115,11 @@ tr:hover td{background:rgba(255,255,255,.02)}
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
<%- typeof ssrData !== 'undefined' ? ssrData : '' %>
|
||||
<%- body %>
|
||||
</div>
|
||||
</div>
|
||||
<div class="toast" id="toast"></div>
|
||||
<%- typeof ssrData !== 'undefined' ? ssrData : '' %>
|
||||
<script>
|
||||
function api(method, url, data) {
|
||||
const opts = { method, headers: { 'Content-Type': 'application/json' }, credentials: 'same-origin' };
|
||||
|
||||
Reference in New Issue
Block a user