From 873820dae86d03c372810478abffb988f01ce232 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Sun, 15 Sep 2013 15:14:02 +1000 Subject: [PATCH] lol --- js/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ajax.js b/js/ajax.js index 7bb48c07..e3bb2f88 100644 --- a/js/ajax.js +++ b/js/ajax.js @@ -51,7 +51,7 @@ $(window).ready(function() { document.location = post_response.redirect; } else { $.ajax({ - url: post_response.redirect, + url: document.location, success: function(data) { $(data).find('div.post.reply').each(function() { var id = $(this).attr('id');