more
This commit is contained in:
parent
5b4bcd7cd9
commit
ccb750679a
@ -164,8 +164,8 @@ ReplyBox.prototype.show = function(info) {
|
||||
self.clear();
|
||||
setTimeout(function() {
|
||||
self.hide();
|
||||
if(data.redirect_url)
|
||||
window.location = data.redirect_url;
|
||||
if(data.url)
|
||||
window.location = data.url;
|
||||
}, 1000);
|
||||
} else {
|
||||
self.result("error: " + data.error, "red");
|
||||
|
Reference in New Issue
Block a user