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