summaryrefslogtreecommitdiff
path: root/static/create.js
diff options
context:
space:
mode:
authorKristina Hänninen <khannine@local>2023-11-21 12:52:55 +0200
committerKristina Hänninen <khannine@local>2023-11-21 12:52:55 +0200
commit4c5fd0076b4903320ba470ebf0cd454e5f7a2995 (patch)
tree8765cb09df85d08b4a6207e0dc959901fddcc4b2 /static/create.js
parentb868d0ba58384fce5a9a45ae153dee9815327d55 (diff)
Initial anwsering form and related
Diffstat (limited to 'static/create.js')
-rw-r--r--static/create.js1
1 files changed, 0 insertions, 1 deletions
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