diff --git a/script.js b/script.js index a43fb52..b954da2 100644 --- a/script.js +++ b/script.js @@ -52,7 +52,7 @@ function addItem() { ul.append(li); li.append(img); $(img).addClass('delete') - $(img).attr('src', '/close.png'); + $(img).attr('src', 'close.png'); $(input).css('border', '1px solid black'); $(input).val(''); $('#inputError').html("")