Archived
1
0
This commit is contained in:
Jeff Becker 2017-01-16 11:49:55 -05:00
parent ba42a523ff
commit dfdf4043f1

View File

@ -115,7 +115,7 @@ function DynReply(rootElem) {
DynReply.prototype.show = function() {
console.log("show dynreply");
this.update();
this.updateCaptcha();
this.elem.style.display = 'inline';
}