lol
This commit is contained in:
parent
26b5f801ea
commit
873820dae8
@ -51,7 +51,7 @@ $(window).ready(function() {
|
|||||||
document.location = post_response.redirect;
|
document.location = post_response.redirect;
|
||||||
} else {
|
} else {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: post_response.redirect,
|
url: document.location,
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
$(data).find('div.post.reply').each(function() {
|
$(data).find('div.post.reply').each(function() {
|
||||||
var id = $(this).attr('id');
|
var id = $(this).attr('id');
|
||||||
|
Loading…
Reference in New Issue
Block a user