Archived
1
0
This commit is contained in:
Jeff Becker 2017-01-16 14:55:37 -05:00
parent 5727543e28
commit a729848963

View File

@ -162,9 +162,9 @@ ReplyBox.prototype.show = function(info) {
if(data.message_id) {
self.result("posted as "+data.message_id, "green");
self.clear();
setTimeout(1000, function() {
setTimeout(function() {
self.hide();
});
}, 1000);
} else {
self.result("error: " + data.error, "red");
}