diff options
author | Kristina Hänninen <khannine@local> | 2023-11-21 12:52:55 +0200 |
---|---|---|
committer | Kristina Hänninen <khannine@local> | 2023-11-21 12:52:55 +0200 |
commit | 4c5fd0076b4903320ba470ebf0cd454e5f7a2995 (patch) | |
tree | 8765cb09df85d08b4a6207e0dc959901fddcc4b2 /static/create.js | |
parent | b868d0ba58384fce5a9a45ae153dee9815327d55 (diff) |
Initial anwsering form and related
Diffstat (limited to 'static/create.js')
-rw-r--r-- | static/create.js | 1 |
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 |