add logging
This commit is contained in:
@@ -139,6 +139,7 @@ DynReply.prototype.update = function() {
|
||||
}
|
||||
|
||||
DynReply.prototype.show = function() {
|
||||
console.log("show dynreply");
|
||||
this.update();
|
||||
this.elem.style.display = 'inline';
|
||||
}
|
||||
|
Reference in New Issue
Block a user