js/ui: rename timeunless to timeuntil

CSS filter adjusted to fit recent changes

refs #5981
This commit is contained in:
Thomas Gelf 2014-05-29 11:09:52 +00:00
parent a66a1a4729
commit f767fb2de3
1 changed files with 1 additions and 1 deletions

View File

@ -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]);