Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit d3fbc90

Browse files
committed
Automated deployment: Sat Jan 2 02:22:05 UTC 2021 e2ae636
1 parent 8f9facc commit d3fbc90

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

assets/versions.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(function() {
1+
setTimeout(function() {
22
const callbackName = 'callback_' + new Date().getTime();
33
window[callbackName] = function (response) {
44
const div = document.createElement('div');
@@ -22,5 +22,4 @@
2222
'callback=' + callbackName + '&project=argocd-notifications&page=&theme=mkdocs&format=jsonp&docroot=docs&source_suffix=.md&version=' + (window['READTHEDOCS_DATA'] || { version: 'latest' }).version;
2323

2424
document.getElementsByTagName('head')[0].appendChild(script);
25-
})();
26-
25+
}, 50);

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)