Fix bug with readmarker

This commit is contained in:
Tor Hveem 2013-10-12 21:06:24 +02:00
commit fc8714b4d4
3 changed files with 5 additions and 5 deletions

View file

@ -133,9 +133,9 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel
</div>
</td>
</tr>
<tr ng-repeat-end ng-if="activeBuffer().lastSeen-1==$index">
<tr class="readmarker" ng-repeat-end ng-show="activeBuffer().lastSeen==$index">
<td colspan="3">
<hr id="readmarker">
<hr ng-if="activeBuffer().lastSeen==$index" id="readmarker">
</td>
</tr>
</tbody>