From 77d538cd26a38d7b03dda0203b1e10add1b94b75 Mon Sep 17 00:00:00 2001 From: RameshT Date: Fri, 9 Aug 2024 12:31:44 +0530 Subject: [PATCH] Your commit message --- assets/js/updation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/updation.js b/assets/js/updation.js index 2670bb0..f306f81 100644 --- a/assets/js/updation.js +++ b/assets/js/updation.js @@ -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') {