jquery style
This commit is contained in:
@@ -1403,7 +1403,7 @@
|
||||
var s = "(" + n + " items pending replication)";
|
||||
if (! n)
|
||||
s = ""
|
||||
document.getElementById("pending").innerHTML = s;
|
||||
$('#pending').html(s);
|
||||
}
|
||||
|
||||
replicate(key)
|
||||
|
||||
Reference in New Issue
Block a user