[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
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@
}
} 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>
<script src="../dist/scripts/vendor.js"></script>
<script src="../dist/scripts/docker-registry-ui.js"></script>