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
|
return
|
||||||
|
|
||||||
let node = this.node.value
|
let node = this.node.value
|
||||||
|
document.title = `N: ${node.Name}`
|
||||||
|
|
||||||
let crumbs = [
|
let crumbs = [
|
||||||
html`<div class="crumb" onclick=${()=>this.goToNode(0)}>Start</div>`
|
html`<div class="crumb" onclick=${()=>this.goToNode(0)}>Start</div>`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue