summaryrefslogtreecommitdiff
path: root/static/create.js
diff options
context:
space:
mode:
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