Skip to content

Commit

Permalink
fix #202
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoh committed Dec 15, 2014
1 parent b995cd9 commit 653c2cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion search/web/inc/details/searchInside.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
var pid_path = $(info).text();
if(pid_path.indexOf("/")>0){
var url = "inc/results/extendedInfo.jsp?pid_path=" + pid_path;
$.get(url, function(data) {
$.get(url, function(data) {
var d = $(data);
d.children(':last').remove();
$(info).html(d.html());
Expand Down
5 changes: 0 additions & 5 deletions search/web/inc/details/xsl/insearch.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@
<xsl:call-template name="default">
<xsl:with-param name="fmodel"><xsl:value-of select="$fmodel" /></xsl:with-param>
</xsl:call-template>
<!--
<xsl:call-template name="details">
<xsl:with-param name="fmodel"><xsl:value-of select="$fmodel" /></xsl:with-param>
</xsl:call-template>
-->
<xsl:call-template name="teaser">
<xsl:with-param name="pid"><xsl:value-of select="$pid" /></xsl:with-param>
</xsl:call-template>
Expand Down
2 changes: 1 addition & 1 deletion search/web/inc/results/xsl/extInfo.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- <xsl:value-of select="./str[@name='dc.title']" /> -->
<xsl:call-template name="details" />
&#160;
</a></span>
</a></span>
</xsl:for-each></div>
<div class="clear"></div>
</xsl:template>
Expand Down

0 comments on commit 653c2cf

Please sign in to comment.