From 0c15c22ca2ea080b545a4fdb0ebf2a259483581a Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 14:43:25 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/post-reply.js | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index 8471431..157dcfb 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -133,6 +133,7 @@ ReplyBox.prototype.clear = function() { } ReplyBox.prototype.reload = function() { + var self = this; self.captcha_img.src = "/captcha/img?" + new Date().getTime(); }