From 285bd46e67489bcd0427c33b6c58e3dd1ae85cc2 Mon Sep 17 00:00:00 2001 From: Virat Singh Date: Tue, 24 Oct 2017 12:05:22 +0000 Subject: [PATCH] Updated index.js used image tag instead of path tag. --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index 2dfa663..059a265 100644 --- a/js/index.js +++ b/js/index.js @@ -5,7 +5,7 @@ function loadSkills(skills){ var row = '
'; for(j=i;j'+skills[j].name+'
'; + var skill = '
'+skills[j].name+'
'; row+=skill; }