From aed986661c0848a3eeda6597f199489623882f05 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sun, 28 Feb 2021 00:41:25 -0600 Subject: [PATCH] jquery style --- nullboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nullboard.html b/nullboard.html index 0ae7ffe..b3ccedc 100644 --- a/nullboard.html +++ b/nullboard.html @@ -1403,7 +1403,7 @@ var s = "(" + n + " items pending replication)"; if (! n) s = "" - document.getElementById("pending").innerHTML = s; + $('#pending').html(s); } replicate(key)