summaryrefslogtreecommitdiffstatshomepage
path: root/javascripts/extra.js
diff options
context:
space:
mode:
author <>2023-10-06 19:46:53 +0000
committer <>2023-10-06 19:46:53 +0000
commitfb40e7c2fc5aa00bd7d066abfc9fb25c26c5a299 (patch)
tree7353615c17953be7dd1110d6dcdb81ebd013de77 /javascripts/extra.js
downloadinfini-fb40e7c2fc5aa00bd7d066abfc9fb25c26c5a299.tar.gz
infini-fb40e7c2fc5aa00bd7d066abfc9fb25c26c5a299.zip
Deployed d629000 with MkDocs version: 1.5.3
Diffstat (limited to 'javascripts/extra.js')
-rw-r--r--javascripts/extra.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/javascripts/extra.js b/javascripts/extra.js
new file mode 100644
index 00000000..a8694826
--- /dev/null
+++ b/javascripts/extra.js
@@ -0,0 +1,4 @@
+$( '.contributors img[data-src]' ).each( function() {
+ src = $(this).attr("data-src");
+ $(this).attr('src',src);
+}); \ No newline at end of file