Jump to content
This wiki has been automatically closed because there have been no edits or log actions made within the last 60 days. If you are a user (who is not the bureaucrat) that wishes for this wiki to be reopened, please request that at Requests for reopening wikis. If this wiki is not reopened within 6 months it may be deleted. Note: If you are a bureaucrat on this wiki, you can go to Special:ManageWiki and uncheck the "Closed" box to reopen it.

Controlling output order: Difference between revisions

no edit summary
No edit summary
Line 18:
ts_resortTable(lnk);
 
ThePrior to version 1.16 of MediaWiki, ''wikibits.js'' was usually is called at the end of a page and performsperformed ''sortables_init()''. IfCalling weexplicitly call it ourselves it willdid not recognizeresult this and thereforein it willbeing addrecognized itsand sort link buttonsadding a second time (which looks quite funny...). You can teach wikibits.js to be awareset of initialized sortable tables by adding the following if-statement around the line where it inserts the href for the sort buttonlink (near line 550 in MW 1buttons.13):
if (cell.innerHTML.indexOf("sortheader") < 0) { ... place the original code line here ... }
 
==ordermethod==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.