diff --git a/addform.html b/addform.html index 47d7afa..49aa838 100644 --- a/addform.html +++ b/addform.html @@ -945,7 +945,6 @@ navpane(); html2json(); -// function for ONMOUSE HOVER to SHOW the side ADD BUTTONS function showButtons(container) { const buttons = container.querySelector('.buttons'); const onhover = container.querySelector('.onhover'); @@ -957,7 +956,6 @@ function showButtons(container) { } -// function for ONMOUSE HOVER to HIDE the side ADD BUTTONS function hideButtons(container) { const buttons = container.querySelector('.buttons'); const onhover = container.querySelector('.onhover'); @@ -967,6 +965,7 @@ function hideButtons(container) { } + var i = 0; //Function for Create a New Section in the Question Paper function addSection(title = false, description = false, random_no = false, section_uuid = false, section_marks = false, sectionDispalyMarks = false, sectionAttemptAny = false) @@ -1006,17 +1005,8 @@ function addSection(title = false, description = false, random_no = false, secti