Skip to content

Commit

Permalink
[FIXED JENKINS-29613] Failure summary jumps to the top of the page wh…
Browse files Browse the repository at this point in the history
…en expanded/collapsed
  • Loading branch information
olivergondza committed Jul 24, 2015
1 parent eb3e4cc commit fa54334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/lib/hudson/test/failed-test.jelly
Expand Up @@ -84,10 +84,10 @@ THE SOFTWARE.
<j:set var="id" value="${h.jsStringEscape(url)}"/>
<j:set var="open" value="showFailureSummary('test-${id}','${url}/summary')"/>
<j:set var="close" value="hideFailureSummary('test-${id}')"/>
<a id="test-${id}-showlink" href="#" onclick="${open}" title="${%Show details}">
<a id="test-${id}-showlink" onclick="${open}" title="${%Show details}">
<l:icon class="icon-document-add icon-sm"/>
</a>
<a id="test-${id}-hidelink" href="#" onclick="${close}" title="${%Hide details}" style="display:none">
<a id="test-${id}-hidelink" onclick="${close}" title="${%Hide details}" style="display:none">
<l:icon class="icon-document-delete icon-sm"/>
</a>
<st:nbsp/>
Expand Down

0 comments on commit fa54334

Please sign in to comment.