Archived
1
0
This commit is contained in:
Jeff Becker 2017-01-16 14:57:58 -05:00
parent a729848963
commit 5b4bcd7cd9

View File

@ -164,6 +164,8 @@ ReplyBox.prototype.show = function(info) {
self.clear(); self.clear();
setTimeout(function() { setTimeout(function() {
self.hide(); self.hide();
if(data.redirect_url)
window.location = data.redirect_url;
}, 1000); }, 1000);
} else { } else {
self.result("error: " + data.error, "red"); self.result("error: " + data.error, "red");