- clearTimeout(loaderTimeout);
-
- loaderTimeout = setTimeout(function () {
- $("#sidebar_loader").show();
- }, 200);
-
- // 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";
- }