Archived
1
0
This commit is contained in:
Jeff Becker
2017-09-30 12:10:07 -04:00
parent 394a4a65e1
commit 6ec930a54a

View File

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