Add title for timestamp tag again (see #863)
This commit is contained in:
parent
ce15bb4b37
commit
fd21b1c525
|
@ -1807,6 +1807,7 @@ export class Node {
|
|||
}
|
||||
this.dom.date.appendChild(document.createTextNode(title))
|
||||
}
|
||||
this.dom.date.title = new Date(value).toString()
|
||||
} else {
|
||||
// cleanup date tag
|
||||
if (this.dom.date) {
|
||||
|
|
Loading…
Reference in New Issue