mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-09 10:48:50 +01:00
fix #1167
This commit is contained in:
parent
b3d92b9779
commit
4d46750f05
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