Anônimo

REMOVA OS ANÚNCIOS!

Apoiando através de https://apoia.se/arddhu a partir do tier de Apoiador, você pode navegar na wiki sem anúncios e ainda colabora com o projeto!

MediaWiki:Common.js: mudanças entre as edições

De Runarcana Wiki
sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 23: Linha 23:
                 // check if the two rows should switch place:
                 // check if the two rows should switch place:
                 if (x.getAttribute("id").toLowerCase() > y.getAttribute("id").toLowerCase() ) {
                 if (x.getAttribute("id").toLowerCase() > y.getAttribute("id").toLowerCase() ) {
                    console.log(x.getAttribute("id"));
                     // if so, mark as a switch and break the loop:
                     // if so, mark as a switch and break the loop:
                     shouldSwitch = true;
                     shouldSwitch = true;