Welcome to IOPWiki, Commander.
We are searching for new editors to keep track of Girls' Frontline 2 content, as well as veteran players to complete the data of Girls' Frontline and Project Neural Cloud characters.
You can contribute without an account. Learn how to contribute and join our Discord server.

MediaWiki:Common.js

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Revision as of 03:50, 27 October 2016 by ReverseIdeology (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
if (cell.innerHTML.indexOf("sortheader") < 0) {
	console.log("first");
	sortables_init();
	// sort the first sortable table; change [0] to sort other tables.
	tab = document.getElementsByTagName("table")[0];
	// sort by the first column; change [0] to sort by other columns.
	hdr = tab.getElementsByTagName("th")[0];
	// get the sort button link
	lnk = hdr.getElementsByTagName("a")[0];
	console.log("second");
	ts_resortTable(lnk);
}