1. Removed redundant table creation call from coauthorsip standalone mode.
This commit is contained in:
parent
438c31d179
commit
0693f1cf9e
1 changed files with 2 additions and 8 deletions
|
@ -210,17 +210,11 @@ table.sparkline_wrapper_table td, th {
|
||||||
|
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test='${numOfAuthors > 0}'>
|
<c:if test='${numOfCoAuthorShips > 0}'>
|
||||||
|
|
||||||
<div class="vis_stats">
|
<div class="vis_stats">
|
||||||
|
|
||||||
<h2 class="sub_headings">Tables</h2>
|
<h2 class="sub_headings">Table</h2>
|
||||||
|
|
||||||
<div class="vis-tables">
|
|
||||||
<p id="publications_table_container" class="datatable">
|
|
||||||
${egoPubSparkline.table}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<c:if test='${numOfCoAuthorShips > 0}'>
|
<c:if test='${numOfCoAuthorShips > 0}'>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue