From 320830fe6ca98cfd0ecf8e37ce03dfbeacba5875 Mon Sep 17 00:00:00 2001 From: RameshT Date: Fri, 9 Aug 2024 12:29:24 +0530 Subject: [PATCH] Your commit message --- assets/js/updation.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/js/updation.js b/assets/js/updation.js index 175b13a..2670bb0 100644 --- a/assets/js/updation.js +++ b/assets/js/updation.js @@ -88,15 +88,15 @@ $(document).ready(function () { '' ) } else if (type === 'paragraph') { - container.append( + container.append( '' ) } else { - addOption(type, container) + addOption(type, container) $(this) .closest('.form-section') .append( - '' + '' ) } })