Temporary disable timesince ui counter

refs #6778
This commit is contained in:
Eric Lippmann 2015-04-09 12:05:45 +02:00
parent 0de2dbd626
commit 0baeb32751
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@
refreshTimeSince: function () {
$('.timesince').each(function (idx, el) {
return;
// todo remove after replace timeSince
var mp = el.innerHTML.match(/^(.*?)(-?\d+)d\s(-?\d+)h/);
if (mp !== null) {