Test Husky pre-commit hook.
This commit is contained in:
parent
d513434913
commit
f466df90a3
|
@ -4,6 +4,7 @@ $(document).ready(function () {
|
||||||
let activeSection = null
|
let activeSection = null
|
||||||
function addOption(type, container) {
|
function addOption(type, container) {
|
||||||
let optionHtml
|
let optionHtml
|
||||||
|
|
||||||
if (type === 'multiple-choice' || type === 'checkboxes') {
|
if (type === 'multiple-choice' || type === 'checkboxes') {
|
||||||
optionHtml = `
|
optionHtml = `
|
||||||
<div class="option">
|
<div class="option">
|
||||||
|
|
Loading…
Reference in New Issue