Archived
1
0
This commit is contained in:
Jeff Becker 2017-09-30 12:10:07 -04:00
parent 394a4a65e1
commit 6ec930a54a
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -140,7 +140,7 @@ onready(function() {
reloadImg(img);
}
reloadThreadJSON(j.message_id);
} else {
} else if (j && j.url) {
// do redirect
window.location.pathname = j.url;
}