VIVO-798: fix hidden research grants issue
This commit is contained in:
parent
e811b4bd9c
commit
5927677db8
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
||||||
?subject ?property ?value
|
?subject ?property ?value
|
||||||
FILTER isLiteral(?value)
|
FILTER isLiteral(?value)
|
||||||
|
|
||||||
} ORDER BY ?object
|
} ORDER BY ?value
|
||||||
</query-select>
|
</query-select>
|
||||||
|
|
||||||
<query-construct>
|
<query-construct>
|
||||||
|
|
|
@ -17,8 +17,8 @@
|
||||||
<span class="hideThis"> </span>
|
<span class="hideThis"> </span>
|
||||||
<script type="text/javascript" >
|
<script type="text/javascript" >
|
||||||
$('span.hideThis').parent().parent().addClass("hideThis");
|
$('span.hideThis').parent().parent().addClass("hideThis");
|
||||||
if ( $('h3#hasResearcherRole').attr('class').length == 0 ) {
|
if ( $('h3#RO_0000053-ResearcherRole').attr('class').length == 0 ) {
|
||||||
$('h3#hasResearcherRole').addClass('hiddenGrants');
|
$('h3#RO_0000053-ResearcherRole').addClass('hiddenGrants');
|
||||||
}
|
}
|
||||||
$('span.hideThis').parent().remove();
|
$('span.hideThis').parent().remove();
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue