- Added Gravatar Integration

- Realtime Notify & Notify API
- Some bugs fixed
This commit is contained in:
2025-11-22 23:49:00 +01:00
parent 858c98412f
commit 2ef98ce897
17 changed files with 465 additions and 310 deletions

View File

@@ -12,5 +12,8 @@ function reloadEvents() {
});
}
setInterval(reloadEvents, 10000);
window.onload = reloadEvents;
$(function() {
setInterval(function() {
reloadEvents();
}, 1000);
});

View File

@@ -1,5 +0,0 @@
function reload_feed() {
setTimeout(function() {
window.location.reload();
}, 120000);
}