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