Archived
1
0
This commit is contained in:
Jeff Becker 2017-01-16 14:43:25 -05:00
parent ebf3f578b0
commit 0c15c22ca2

View File

@ -133,6 +133,7 @@ ReplyBox.prototype.clear = function() {
}
ReplyBox.prototype.reload = function() {
var self = this;
self.captcha_img.src = "/captcha/img?" + new Date().getTime();
}