Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
Showing only changes of commit 17f8771b0b - Show all commits

View File

@ -174,7 +174,7 @@
} }
window.addEventListener('load', ()=>{ window.addEventListener('load', ()=>{
const table_columns = [...document.querySelectorAll('.external-sort')]; const table_columns = [...document.querySelectorAll('th.external-sort')];
table_columns.forEach((e)=>e.addEventListener('click', ()=>{ table_columns.forEach((e)=>e.addEventListener('click', ()=>{
// récupération de l'ordre "ascending" / "descending" // récupération de l'ordre "ascending" / "descending"