diff --git a/decide/booth/templates/booth/booth.html b/decide/booth/templates/booth/booth.html index 985b0b215..98c5458fe 100644 --- a/decide/booth/templates/booth/booth.html +++ b/decide/booth/templates/booth/booth.html @@ -233,7 +233,7 @@

[[ voting.question.desc ]]

}, decideSend(evt) { evt.preventDefault(); - if (this.questionType === 'S' or this.questionType === 'B'){ + if (this.questionType === 'S' || this.questionType === 'B'){ var v = this.decideEncrypt(this.selected.toString()); var data = { vote: {a: v.alpha.toString(), b: v.beta.toString()},