more
This commit is contained in:
parent
cfa83a7db8
commit
1b18fc89a2
@ -174,7 +174,7 @@ ReplyBox.prototype.hide = function() {
|
||||
var self = this;
|
||||
if(!self.visible()) return;
|
||||
self._open = false;
|
||||
$(self.elem).fadeout(400, function() {
|
||||
$(self.elem).fadeOut(400, function() {
|
||||
self.submit.onclick = function(ev) {};
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user