Archived
1
0

add logging

This commit is contained in:
Jeff Becker
2016-04-30 12:29:51 -04:00
parent 1b7526ff2f
commit 85dc5da83a
2 changed files with 2 additions and 3 deletions

View File

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