mirror of
https://github.com/Michatec/MiniFaceBook.git
synced 2026-03-31 23:46:30 +02:00
Files
This commit is contained in:
5
static/js/feed.js
Normal file
5
static/js/feed.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function reload_feed() {
|
||||
setTimeout(function() {
|
||||
window.location.reload();
|
||||
}, 120000);
|
||||
}
|
||||
Reference in New Issue
Block a user