jquery style
parent
b4043961c1
commit
aed986661c
|
|
@ -1403,7 +1403,7 @@
|
||||||
var s = "(" + n + " items pending replication)";
|
var s = "(" + n + " items pending replication)";
|
||||||
if (! n)
|
if (! n)
|
||||||
s = ""
|
s = ""
|
||||||
document.getElementById("pending").innerHTML = s;
|
$('#pending').html(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
replicate(key)
|
replicate(key)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue