This commit is contained in:
sairajzero 2021-06-15 16:25:14 +05:30
parent 1869af420c
commit 5e475bfa07

View File

@ -10279,11 +10279,10 @@
fill = 'mediumspringgreen'
else
fill = 'none'
let entryBox = article_data.contentSHA256Hash ? false : true;
article_structure +=
`<div class="article-body" id="boxid_${article_data.contentSHA256Hash}">
<div class="article-header">
<h5 class="article__author" title="Article author">${entryBox ? '(New)'+myFloID :article_data.content_creator}</h5>
<h5 class="article__author" title="Article author">${vc == '' ? '(New)'+myFloID :article_data.content_creator}</h5>
</div>
<div class="card-body">
<div class="content-div" id="${gen_div_id}" data-value="${key}__${secKey}" contenteditable="true" oninput="buttonVisibility('show', this.parentNode)">