This commit is contained in:
naielv
2025-07-18 13:26:18 +02:00
parent 1fcff4c2b2
commit 92d3522f98
3 changed files with 5 additions and 5 deletions

View File

@@ -103,7 +103,7 @@
<script src="static/sea.js"></script>
<script src="static/yson.js"></script>
<script src="static/radix.js"></script>
<script src="static/radisk.js"></script>
<!-- <script src="static/radisk.js"></script> -->
<script src="static/store.js"></script>
<script src="static/rindexed.js"></script>
<script src="static/path.js"></script>
@@ -213,7 +213,7 @@
var gun = Gun(RELAYS, {
axe: false,
localStorage: true,
radisk: true,
// radisk: true,
});
var SEA = Gun.SEA;
var user = gun.user();