We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5189a41 commit 9a30b44Copy full SHA for 9a30b44
2 files changed
docs/source/_static/js/crowdin.js
@@ -1 +1 @@
1
-window.initCrowdIn('LizardByte-docs', 'sphinx')
+globalThis.initCrowdIn('LizardByte-docs', 'sphinx')
docs/source/_static/js/projects.js
@@ -85,7 +85,7 @@ $(document).ready(function() {
85
}
86
87
// sort the projects by name
88
- let sorted_projects = projects.sort(rankingSorter('name_lower', 'name')).reverse()
+ let sorted_projects = projects.toSorted(rankingSorter('name_lower', 'name')).reverse()
89
90
for (let a of [false, true]) {
91
for (let i in sorted_projects) {
0 commit comments