added reports.html, id for every box

This commit is contained in:
Abhishek Sinha 2020-06-27 20:35:38 +05:30
parent 4c09947b36
commit ed25652ced
2 changed files with 10666 additions and 2 deletions

View File

@ -1585,7 +1585,6 @@
</div>
</section>`;
function parsePlot(plottext) {
var tstring = plottext.replace(/\s+/g, " ") // collapse all whitespace to single whitespace
@ -10916,7 +10915,7 @@
else
fill = 'none'
article_structure +=
`<div class="article-body">
`<div class="article-body" id="boxid_${article_data.contentSHA256Hash}">
<div class="article-header">
<h5 title="Article author">${article_data.content_creator}</h5>
</div>

10665
reports.html Normal file

File diff suppressed because it is too large Load Diff