Archived
1
0

prevent default

This commit is contained in:
Jeff Becker 2017-01-16 14:21:59 -05:00
parent 2885ebee81
commit 7ac7399dcf

View File

@ -182,6 +182,7 @@ onready(function(){
replyBox.hide();
}
replyInfo.show = ! replyInfo.show;
ev.preventDefault();
}
}
});