Feature/deep strike (#48)
Closes #42 Reviewed-on: #48 Co-authored-by: dutchie031 <timrorije@gmail.com>
This commit was merged in pull request #48.
This commit is contained in:
@@ -169,7 +169,7 @@ class Sidebar extends HTMLElement {
|
||||
|
||||
render() {
|
||||
var betaHtml = '';
|
||||
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>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user