From 2c9451c66696448346a1a058d8e694d92a2225ab Mon Sep 17 00:00:00 2001 From: James Date: Thu, 31 Mar 2022 10:59:53 +0200 Subject: [PATCH] I feel dumb So you want to tell me, that all of this trouble was just because I didn't really comment out something? SRSLY? --- create.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/create.php b/create.php index a3504f3..1ab4553 100644 --- a/create.php +++ b/create.php @@ -225,11 +225,13 @@ li.textContent = name; return li; } - +/* function updateGoodRoles() { goodRoles = $('#goodRoles').val(); goodRoles.forEach(element => document.getElementById("tplaysbestwith").appendChild(createMenuItem(element)); ) } + + */ function updateDescription() { document.getElementById("carddescription").innerHTML = $('#description').val(); }