no message

This commit is contained in:
mh
2026-09-17 08:04:55 +02:00
parent 17946b3a02
commit 21650e07cf
+2
View File
@@ -211,6 +211,8 @@ function render(data){
elPrev.onclick = ()=>send('Prev',1);
elNext.onclick = ()=>send('Next',1);
elToday.onclick = ()=>send('Today',1);
window.addEventListener('load', ()=>send('Today',1));
})();
</script>