Aggiorna la versione a 1.1.005 e modifica l'ordinamento delle colonne nella tabella
This commit is contained in:
parent
5b5a8a6516
commit
4157078105
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
// @downloadURL https://luigidacunto.com/scripts/gaia-swissknife/tampermonkey-script/GAIA-Swissknife.user.js
|
// @downloadURL https://luigidacunto.com/scripts/gaia-swissknife/tampermonkey-script/GAIA-Swissknife.user.js
|
||||||
// @changelogURL https://luigidacunto.com/scripts/gaia-swissknife/tampermonkey-script/CHANGELOG.md
|
// @changelogURL https://luigidacunto.com/scripts/gaia-swissknife/tampermonkey-script/CHANGELOG.md
|
||||||
// @author Luigi D'Acunto
|
// @author Luigi D'Acunto
|
||||||
// @version 1.1.004
|
// @version 1.1.005
|
||||||
// @description Aggiunge funzionalità alle pagine di GAIA
|
// @description Aggiunge funzionalità alle pagine di GAIA
|
||||||
// @match https://gaia.cri.it/*
|
// @match https://gaia.cri.it/*
|
||||||
// @require https://code.jquery.com/jquery-3.6.0.min.js
|
// @require https://code.jquery.com/jquery-3.6.0.min.js
|
||||||
|
|
@ -557,7 +557,7 @@ GM_addStyle(GM_getResourceText("DataTablesCSS"));
|
||||||
paging: false,
|
paging: false,
|
||||||
order: [[0, 'asc'], [1, 'asc']],
|
order: [[0, 'asc'], [1, 'asc']],
|
||||||
columnDefs: [
|
columnDefs: [
|
||||||
{ orderable: false, targets: 3 }
|
{ orderable: false, targets: 2 }
|
||||||
],
|
],
|
||||||
language: {
|
language: {
|
||||||
search: "Filtra qualifiche:",
|
search: "Filtra qualifiche:",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue