system support for personal configurable ajax update interval

This commit is contained in:
friendica 2011-12-11 20:32:43 -08:00
parent 834639ebab
commit 4f254ffb5b
4 changed files with 19 additions and 8 deletions

View file

@ -204,7 +204,7 @@
});
}) ;
}
timer = setTimeout(NavUpdate,30000);
timer = setTimeout(NavUpdate,updateInterval);
}
function liveUpdate() {