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