mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:50:17 +00:00
system support for personal configurable ajax update interval
This commit is contained in:
parent
834639ebab
commit
4f254ffb5b
4 changed files with 19 additions and 8 deletions
|
@ -204,7 +204,7 @@
|
|||
});
|
||||
}) ;
|
||||
}
|
||||
timer = setTimeout(NavUpdate,30000);
|
||||
timer = setTimeout(NavUpdate,updateInterval);
|
||||
}
|
||||
|
||||
function liveUpdate() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue