Archived
1
0

syntax error

This commit is contained in:
Jeff Becker
2017-09-30 08:08:31 -04:00
parent 065e79026e
commit dcba36873e

View File

@@ -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;