Skip to content

Commit

Permalink
Add back activateRow functionality
Browse files Browse the repository at this point in the history
was removed in 2e0b378

Change-Id: I851256a8061ff30b8c6bfefa4c2d6e1fa6824485
  • Loading branch information
Jindrich Besta committed Jan 12, 2017
1 parent 0cf7048 commit 5e57797
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -134,10 +134,10 @@
</td>
<j:set var="selectedServer" value="${request.session.getAttribute('selectedServer')}"/>
<j:set var="changeUrlParam" value="${it.getChangeUrlParamForPatchSet(res, patch, selectedServer)}"/>
<td>
<td onClick="activateRow('${theId}')">
<j:choose>
<j:when test="${changeUrlParam != null}">
<a href="${changeUrlParam.value}" target="_blank">
<a href="${changeUrlParam.value}" target="_blank" onclick="event.stopPropagation();">
${res.getString('number')}
</a>
</j:when>
Expand Down

0 comments on commit 5e57797

Please sign in to comment.