Change : display
This commit is contained in:
@@ -203,8 +203,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="application/json" id="restore-prefill-data">{{ restore_prefill|tojson }}</script>
|
||||
<script>
|
||||
window.restorePrefill = {{ restore_prefill|tojson }};
|
||||
window.restorePrefill = JSON.parse(document.getElementById('restore-prefill-data').textContent);
|
||||
|
||||
// ── Cloud backup data (key lookup) ────────────────────────────────────────────
|
||||
let _cloudBackups = [];
|
||||
|
||||
Reference in New Issue
Block a user