From dcba36873e38102e4a72c1a38f733e4880ec365d Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 30 Sep 2017 08:08:31 -0400 Subject: [PATCH] syntax error --- 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 a47b7bb..d288fad 100644 --- a/contrib/static/overchan.js +++ b/contrib/static/overchan.js @@ -88,7 +88,7 @@ onready(function() { e.innerHTML = "posting "; submitPost(document.forms[0], e, function(err) { var msg = err || "posted"; - console.log(msg): + console.log(msg); e.innerHTML = msg; setTimeout(function() { e.disabled = false;