MCPcopy Create free account
hub / github.com/cppla/ServerStatus / updateTime

Function updateTime

web/js/app.js:531–534  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

529}
530
531function updateTime(){
532 const last = $('lastUpdate');
533 if(last) last.textContent = '最后更新: ' + humanAgo(S.updated);
534}
535
536function bindTabs(){
537 $('navTabs').addEventListener('click', e => {

Callers 1

renderFunction · 0.85

Calls 2

$Function · 0.85
humanAgoFunction · 0.85

Tested by

no test coverage detected