From 4c5fd0076b4903320ba470ebf0cd454e5f7a2995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristina=20H=C3=A4nninen?= Date: Tue, 21 Nov 2023 12:52:55 +0200 Subject: Initial anwsering form and related --- static/create.js | 1 - 1 file changed, 1 deletion(-) (limited to 'static/create.js') diff --git a/static/create.js b/static/create.js index d64073f..d34a2da 100644 --- a/static/create.js +++ b/static/create.js @@ -29,7 +29,6 @@ createQuestionDiv = ( question ) => { questionDiv.appendChild( npDiv ) const aDiv = document.createElement('input') - aDiv.appendChild( document.createTextNode( question.a ) ) aDiv.className = 'kysAnswer' aDiv.type = 'range' aDiv.min = 0 -- cgit v1.2.3