mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-20 14:14:09 +01:00
fix #1167
This commit is contained in:
parent
b55725c9cd
commit
3c72148eb1
6 changed files with 14 additions and 3 deletions
|
|
@ -999,6 +999,10 @@ function redirect_to(path) {
|
|||
window.location.href = path;
|
||||
}
|
||||
|
||||
function refresh_page() {
|
||||
location.reload(true);
|
||||
}
|
||||
|
||||
function setup_auto_refresh(interval){
|
||||
field_touched = false;
|
||||
function refresh_page() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue