We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f12e87 commit b3d9b37Copy full SHA for b3d9b37
src/Elastic.Documentation.Site/Assets/main.ts
@@ -94,7 +94,7 @@ document.body.addEventListener('htmx:responseError', function (event) {
94
95
const docsBuilderVersion = $('body').dataset.docsBuilderVersion
96
document.body.addEventListener('htmx:configRequest', function(evt) {
97
- evt.detail.parameters['v'] = docsBuilderVersion; // add a new parameter into the mix
+ evt.detail.parameters['v'] = docsBuilderVersion;
98
});
99
100
document.body.addEventListener('htmx:beforeHistoryUpdate', function (event) {
0 commit comments