From 5b4bcd7cd9e605c2adf04072ee95532285ce722f Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 14:57:58 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/post-reply.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index 7a1950f..3e80894 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -164,6 +164,8 @@ ReplyBox.prototype.show = function(info) { self.clear(); setTimeout(function() { self.hide(); + if(data.redirect_url) + window.location = data.redirect_url; }, 1000); } else { self.result("error: " + data.error, "red");