fix js
This commit is contained in:
parent
394a4a65e1
commit
6ec930a54a
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user