Skip to content

Commit

Permalink
Revert "Don't add sessionId to sources call."
Browse files Browse the repository at this point in the history
This reverts commit 4336cca.
  • Loading branch information
ranbo committed Jul 8, 2024
1 parent 4336cca commit b31238d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion split/time-machine.js
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ function fetchRelativeSources($status, context) {
}
},
dataType: "json",
url: sourceUrl,
url: sourceUrl + (context.sessionId ? "?sessionId=" + context.sessionId : ""),
success:function(gedcomx){
receiveRelativeSources(gedcomx, $status, context, fetching, relativeId);
},
Expand Down

0 comments on commit b31238d

Please sign in to comment.