Fix timestamp hiding/showing

Fixes #105
with-route-provider
Lorenz H-S 12 years ago
parent 3b2af82d36
commit 42d993be78
  1. 5
      css/glowingbear.css
  2. 4
      index.html

@ -311,3 +311,8 @@ li.notification {
img.embed {
max-height: 300px;
}
table.notimestamp td.time {
display: none;
}

@ -281,10 +281,10 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel
</li>
</ul>
</div>
<table>
<table ng-class="{'notimestamp':notimestamp}">
<tbody bindonce ng-repeat="bufferline in (bufferlines = activeBuffer().lines)">
<tr class="bufferline">
<td bo-hide="notimestamp" class="time">
<td class="time">
<span class="date" bo-class="{'repeated-time': bufferline.shortTime==bufferlines[$index-1].shortTime}">
<span class="cof-chat_time cob-chat_time coa-chat_time" bo-text="bufferline.date|date:'HH'"></span><span class="cof-chat_time_delimiters cob-chat_time_delimiters coa-chat_time_delimiters">:</span><span class="cof-chat_time cob-chat_time coa-chat_time" bo-text="bufferline.date|date:'mm'">{{ bufferline.date | date:'mm' }}</span>
</span>

Loading…
Cancel
Save