jquery style

master
Bel LaPointe 2021-02-28 00:41:25 -06:00
parent b4043961c1
commit aed986661c
1 changed files with 1 additions and 1 deletions

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)