Temporary disable timeuntil ui counter

refs #6778
This commit is contained in:
Eric Lippmann 2015-04-08 15:23:00 +02:00
parent 3f2d87777a
commit 0de2dbd626

View File

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