Your commit message
This commit is contained in:
parent
320830fe6c
commit
77d538cd26
|
@ -2,7 +2,7 @@ $(document).ready(function () {
|
|||
let index = 1
|
||||
let activeSection = null
|
||||
|
||||
function addOption(type, container) {
|
||||
function addOption(type, container)
|
||||
let optionHtml
|
||||
|
||||
if (type === 'multiple-choice' || type === 'checkboxes') {
|
||||
|
|
Loading…
Reference in New Issue