From c4b8f36815b1919e77fdf189fb3f67efd01480a4 Mon Sep 17 00:00:00 2001 From: Oskar-Mikael Date: Sat, 20 Feb 2021 02:45:52 +0100 Subject: [PATCH] File path change --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("")