From c8563f5fb4f84ca36f30f2dd3ada76f0a1788198 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 30 Sep 2017 08:02:10 -0400 Subject: [PATCH] fix typo --- contrib/static/overchan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/overchan.js b/contrib/static/overchan.js index 686426c..0d256a0 100644 --- a/contrib/static/overchan.js +++ b/contrib/static/overchan.js @@ -82,7 +82,7 @@ onready(function() { e.remove(); e = document.createElement("button"); parent.appendChild(e); - e.innertHTML = origText; + e.innerHTML = origText; e.onclick = function() { e.disabled = true; e.innerHTML = "posting ";