js/ui: rename timeunless to timeuntil
CSS filter adjusted to fit recent changes refs #5981
This commit is contained in:
parent
a66a1a4729
commit
f767fb2de3
|
@ -537,7 +537,7 @@
|
|||
}
|
||||
});
|
||||
|
||||
$('.timeunless').each(function (idx, el) {
|
||||
$('.timeuntil').each(function (idx, el) {
|
||||
var m = el.innerHTML.match(/^(-?\d+)m\s(-?\d+)s/);
|
||||
if (m !== null) {
|
||||
var nm = parseInt(m[1]);
|
||||
|
|
Loading…
Reference in New Issue