minor udpdate to docs
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
if (true || window.location.hostname.toLowerCase() == 'beta.spearhead.rocks') {
|
||||
if (window.location.hostname.toLowerCase() == 'beta.spearhead.rocks') {
|
||||
betaHtml = '<note-box type="warning" title="Beta Version">You are looking at docs that are released with the beta version.</note-box>';
|
||||
}
|
||||
document.getElementById('beta-box-div').innerHTML = betaHtml || '';
|
||||
|
||||
Reference in New Issue
Block a user