Skip to content

Commit

Permalink
fix: removed bothersome alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint171 committed Oct 27, 2023
1 parent dcb9c77 commit b31772c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ function displayProjects(){
var repos = response;
for (i in repos){
var repo = repos[i];
alert(repo);
//Find image url in the repo by looking in the root directory for a file with the name project_img.png
var img = "https://raw.githubusercontent.com/Clint171/"+repo.name+"/master/project_img.png";
//Check if the image exists
Expand Down

0 comments on commit b31772c

Please sign in to comment.