Skip to content

Commit 775fb63

Browse files
authored
Merge pull request projecthorus#49 from projecthorus/testing
All the receivers are back!
2 parents 156d222 + edc6378 commit 775fb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2849,7 +2849,7 @@ function refreshReceivers() {
28492849
var mode = wvar.mode.toLowerCase();
28502850
mode = (mode == "position") ? "latest" : mode.replace(/ /g,"");
28512851

2852-
data_str = "duration=3h";
2852+
data_str = "duration=1d";
28532853

28542854
$.ajax({
28552855
type: "GET",

0 commit comments

Comments
 (0)