mirror of
https://github.com/Michatec/MiniFaceBook.git
synced 2026-03-31 23:46:30 +02:00
- Added Gravatar Integration
- Realtime Notify & Notify API - Some bugs fixed
This commit is contained in:
@@ -12,5 +12,8 @@ function reloadEvents() {
|
||||
});
|
||||
}
|
||||
|
||||
setInterval(reloadEvents, 10000);
|
||||
window.onload = reloadEvents;
|
||||
$(function() {
|
||||
setInterval(function() {
|
||||
reloadEvents();
|
||||
}, 1000);
|
||||
});
|
||||
@@ -1,5 +0,0 @@
|
||||
function reload_feed() {
|
||||
setTimeout(function() {
|
||||
window.location.reload();
|
||||
}, 120000);
|
||||
}
|
||||
Reference in New Issue
Block a user