Skip to content

Commit

Permalink
Missing changes to last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbj committed Nov 28, 2024
1 parent c3e0af5 commit ec33e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/exception-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if(!tracyExceptionLoader) {
xmlhttp.getAllResponseHeaders();
}
};
xmlhttp.open("POST", tracyExceptionsViewer.rootUrl, true);
xmlhttp.open("POST", tracyExceptionsViewer.currentUrl, true);
xmlhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xmlhttp.setRequestHeader("X-Requested-With", "XMLHttpRequest");
xmlhttp.send("filePath=" + filePath);
Expand Down
2 changes: 1 addition & 1 deletion scripts/file-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ if(!tracyFileEditorLoader) {
xmlhttp.getAllResponseHeaders();
}
};
xmlhttp.open("POST", tracyFileEditor.rootUrl, true);
xmlhttp.open("POST", "tracyFileEditor.currentUrl", true);
xmlhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xmlhttp.setRequestHeader("X-Requested-With", "XMLHttpRequest");
xmlhttp.send("filePath=" + filePath);
Expand Down

0 comments on commit ec33e65

Please sign in to comment.