Merge branch 'master' into mistletoe
This commit is contained in:
commit
ae3b5809b0
6 changed files with 9 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
function timestamp(str, ti) {
|
||||
date = new Date(ti*1000);
|
||||
document.getElementById(str).title = date.toString();
|
||||
document.getElementById(str).setAttribute("data-bs-original-title", date.toString());
|
||||
};
|
||||
|
||||
function expandText(id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue