mirror of
https://github.com/Michatec/MiniFaceBook.git
synced 2026-03-31 23:46:30 +02:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
function reload_feed() {
|
|
setTimeout(function() {
|
|
window.location.reload();
|
|
}, 120000);
|
|
} |