1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-12 01:50:48 +01:00
This commit is contained in:
Michael Foster 2013-09-15 15:14:02 +10:00
parent 26b5f801ea
commit 873820dae8

View File

@ -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');