Don't save AJAX redirect to history

This commit is contained in:
Jakub Vrana 2011-03-15 18:13:54 +01:00
parent 327b56bcdf
commit 8e5d9d0756

View file

@ -292,9 +292,6 @@ function ajaxSend(url, data, popState) {
}
var redirect = xmlhttp.getResponseHeader('X-AJAX-Redirect');
if (redirect) {
if (history.replaceState) {
history.replaceState(null, '', redirect);
}
return ajaxSend(redirect);
}
onblur = function () { };