mirror of
https://github.com/Michatec/MiniFaceBook.git
synced 2026-04-01 07:56:28 +02:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
function reload_feed() {
|
|
setTimeout(function() {
|
|
window.location.reload();
|
|
}, 120000);
|
|
} |