Update 'frontend.js'
This commit is contained in:
parent
1362da8624
commit
73a26323ca
1 changed files with 4 additions and 0 deletions
|
@ -357,3 +357,7 @@ function redir(url) {
|
||||||
}
|
}
|
||||||
|
|
||||||
requir3("https://cdn.jsdelivr.net/npm/gun/gun.js") //Add Gun.JS support.
|
requir3("https://cdn.jsdelivr.net/npm/gun/gun.js") //Add Gun.JS support.
|
||||||
|
|
||||||
|
function initGun(relays = []) {
|
||||||
|
return Gun(relays)
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue