jquery style

This commit is contained in:
Bel LaPointe
2021-02-28 00:41:25 -06:00
parent b4043961c1
commit aed986661c

View File

@@ -1403,7 +1403,7 @@
var s = "(" + n + " items pending replication)";
if (! n)
s = ""
document.getElementById("pending").innerHTML = s;
$('#pending').html(s);
}
replicate(key)