Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change to 1d
  • Loading branch information
LukePrior authored Jul 24, 2021
commit edc63787b1720b737b4100cb6ed8691ff74a9e05
2 changes: 1 addition & 1 deletion js/tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2849,7 +2849,7 @@ function refreshReceivers() {
var mode = wvar.mode.toLowerCase();
mode = (mode == "position") ? "latest" : mode.replace(/ /g,"");

data_str = "duration=3h";
data_str = "duration=1d";

$.ajax({
type: "GET",
Expand Down