diff --git a/resources/js/portfolio.js b/resources/js/portfolio.js index 61adf58..3799f76 100644 --- a/resources/js/portfolio.js +++ b/resources/js/portfolio.js @@ -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