From c63b2062b444b73b89634f648e53bdc5f196c4b1 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Fri, 19 Jan 2024 12:09:01 +0530 Subject: [PATCH] JSON2XML->XML2JSON->JSON2HTML Changes : RV --- addform.html | 19 +++++++++-------- json2html.js | 18 +++++++++------- json2xml.js | 46 ++++++++++++++++++++++------------------ xml2json.js | 59 +++++++++++++++++++++++++--------------------------- 4 files changed, 75 insertions(+), 67 deletions(-) diff --git a/addform.html b/addform.html index af27011..2a7486a 100644 --- a/addform.html +++ b/addform.html @@ -430,7 +430,8 @@ overflow-x: clip; max-height: 532px; padding:0 10px 20px; - width: 314px; + /* width: 314px; */ + width: 285px; height: -webkit-fill-available; } @@ -1471,7 +1472,7 @@ $("#overlay").show(); $('#workarea_math').click(function(){ // console.log('called'); - $('#workarea_math').css('margin-bottom', '350px'); + $('#workarea_math').css('margin-bottom', '300px'); localStorage.setItem('workAreaMath', true); }); @@ -2249,8 +2250,8 @@ function addSection(title = false, description = false, random_no = false, secti innerDivElement.addEventListener("keyup", function(event) { - - + // + //