-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
592590e
commit 1015e34
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|