From 0cc3d62692b51f32306f0db74c46ab68398644e6 Mon Sep 17 00:00:00 2001 From: Abhishek Sinha Date: Sun, 28 Jun 2020 10:58:13 +0530 Subject: [PATCH] added ids to file html contents --- index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e02baca..cc3f75d 100644 --- a/index.html +++ b/index.html @@ -11310,10 +11310,11 @@ const headings = Object.values(cloudArticleApp.export_file_object).sort((a, b) => a.rank < b.rank); let t = ``; + let count = 0; for (textContent of headings) { t += `
-
`; +
`; let snippets = Object.values(textContent.contents).sort((c, d) => c.rank < d.rank); t += `
${textContent.title}
`; for (snips of snippets) { @@ -11322,6 +11323,7 @@ } t += `
`; } + count = 0; let template = cloudArticleApp.html_template(t); @@ -11697,11 +11699,11 @@
-
${Object.keys(floGlobals.appObjects[cloudArticleApp.SUBJECT])[0]}
+
${Object.keys(floGlobals.appObjects[cloudArticleApp.SUBJECT])[0]}
-
Exported by RanchiMall Content Collaboration on FLO Blockchain
+
Exported by RanchiMall Content Collaboration on FLO Blockchain
-
`; +
`; t += `${mid_section}`; t += `