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