Page title
This commit is contained in:
parent
53f4fc363a
commit
cb6cb750f2
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ export class NodeUI extends Component {
|
|||
return
|
||||
|
||||
let node = this.node.value
|
||||
document.title = `N: ${node.Name}`
|
||||
|
||||
let crumbs = [
|
||||
html`<div class="crumb" onclick=${()=>this.goToNode(0)}>Start</div>`
|
||||
|
|
Loading…
Add table
Reference in a new issue