Remove IE<10 workaround
This commit is contained in:
parent
98e4dfb87e
commit
8130b38368
1 changed files with 0 additions and 8 deletions
|
@ -38,14 +38,6 @@ $(document).ready(function () {
|
|||
|
||||
$("#sidebar_loader").show().addClass("delayed-fade-in");
|
||||
|
||||
// IE<10 doesn't respect Vary: X-Requested-With header, so
|
||||
// prevent caching the XHR response as a full-page URL.
|
||||
if (content_path.indexOf("?") >= 0) {
|
||||
content_path += "&xhr=1";
|
||||
} else {
|
||||
content_path += "?xhr=1";
|
||||
}
|
||||
|
||||
$("#sidebar_content")
|
||||
.empty();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue