Difference between revisions of "User:Fbstj/gadget/history-test.js"

m
protect using check result
m (try again)
m (protect using check result)
$(function () {
const url = check_for_arcanum()
if (url < 0) return
fetch(url).then(function(resp) { return resp.json() }).then(build_from_json)
})