Skip to content

Commit 7cf122c

Browse files
committed
Merge branch 'master' into search/use-alias-for-subprojects
2 parents 0434e1d + cc6cda4 commit 7cf122c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

readthedocs/core/static-src/core/js/doc-embed/footer.js

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ function init() {
7272
},
7373
dataType: "jsonp",
7474
data: get_data,
75+
cache: true,
76+
jsonpCallback: "callback",
7577
success: function (data) {
7678
if (data.show_version_warning) {
7779
versionCompare.init(data.version_compare);
@@ -92,6 +94,7 @@ function init() {
9294
version: rtd['version'],
9395
absolute_uri: window.location.href,
9496
},
97+
cache: false,
9598
error: function () {
9699
console.error('Error registering page view');
97100
}

0 commit comments

Comments
 (0)