Skip to content

Commit 0c58713

Browse files
authored
Merge pull request #216 from LukePrior/testing
single historical working
2 parents 8ce279b + 69066b3 commit 0c58713

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
@@ -4899,7 +4899,7 @@ function refreshNewReceivers(initial, serial) {
48994899

49004900
function singleRecovery(serial) {
49014901

4902-
var datastr = "serial=" + serial;
4902+
var datastr = "serials=" + serial;
49034903

49044904
$.ajax({
49054905
type: "GET",

0 commit comments

Comments
 (0)