Skip to content

Commit

Permalink
docs(js): update javascript sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Sep 28, 2024
1 parent 592590e commit 1015e34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
'css/crowdin-furo.css',
]
html_js_files = [
'https://app.lizardbyte.dev/node_modules/jquery/dist/jquery.min.js', # jquery, required for ajax request
'https://app.lizardbyte.dev/js/ranking_sorter.js', # ranking sorter, required to sort projects
'https://app.lizardbyte.dev/js/sleep.js', # sleep, used to delay repositioning of crowdin elements
'https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js', # jquery, required for ajax request
'https://cdn.jsdelivr.net/npm/@lizardbyte/[email protected]/dist/ranking-sorter.js',
'https://cdn.jsdelivr.net/npm/@lizardbyte/[email protected]/dist/sleep.js',
'js/crowdin.js', # crowdin language selector
'js/crowdin_web_widget.js', # crowdin translation widget
'js/projects.js', # load projects with readthedocs documentation
Expand Down

0 comments on commit 1015e34

Please sign in to comment.