Skip to content

Commit

Permalink
Fixed Project List Fetching error
Browse files Browse the repository at this point in the history
  • Loading branch information
vishanurag committed Feb 9, 2024
1 parent fb89d86 commit abd1365
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Sources/SiteScripts/getProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@ let showprojects = (() => {
});
});

showprojects();
showprojects();

// This function is written for fetching projects again for prevention of side effects in AJAX Requests.
setTimeout(() => {
showprojects();
}, 2000);

0 comments on commit abd1365

Please sign in to comment.