Skip to content

Commit

Permalink
minor cleanup and add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MattTJung committed Mar 14, 2024
1 parent a044e66 commit 43c5a65
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/oops_report/show_oops_response.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ $(document).ready(function () {
showOOPSresult();
});

/*function fetchData() {
setTimeout(function () {
showOOPSresult();
// recursive call
fetchData();
}, 3000);
}*/

/**
* Perform an AJAX request to retrieve and process XML data containing information about pitfalls and suggestions.
*
* @param {void}
* @return {void}
*/
function showOOPSresult() {
$.ajax({
url: "./oops_response.xml",
Expand Down

0 comments on commit 43c5a65

Please sign in to comment.