We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0434e1d + cc6cda4 commit 7cf122cCopy full SHA for 7cf122c
readthedocs/core/static-src/core/js/doc-embed/footer.js
@@ -72,6 +72,8 @@ function init() {
72
},
73
dataType: "jsonp",
74
data: get_data,
75
+ cache: true,
76
+ jsonpCallback: "callback",
77
success: function (data) {
78
if (data.show_version_warning) {
79
versionCompare.init(data.version_compare);
@@ -92,6 +94,7 @@ function init() {
92
94
version: rtd['version'],
93
95
absolute_uri: window.location.href,
96
97
+ cache: false,
98
error: function () {
99
console.error('Error registering page view');
100
}
0 commit comments