mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 06:44:33 +02:00
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/);
|
var m = el.innerHTML.match(/^(-?\d+)m\s(-?\d+)s/);
|
||||||
if (m !== null) {
|
if (m !== null) {
|
||||||
var nm = parseInt(m[1]);
|
var nm = parseInt(m[1]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user