[demo] Use raw.githubusercontent.com endpoint instead of joxit.github.io

This commit is contained in:
Joxit 2019-01-26 21:57:49 +01:00
parent d8b30c6300
commit 7400d0466a
No known key found for this signature in database
GPG key ID: F526592B8E012263

View file

@ -36,7 +36,7 @@
}
} catch (e) { return true; }
})()) {
localStorage.setItem('registryServer', JSON.stringify([(location.origin + location.pathname).replace(/\/$/, '')]))
localStorage.setItem('registryServer', JSON.stringify(['https://raw.githubusercontent.com/Joxit/docker-registry-ui/master/demo']))
}
</script>