Bureaucrats, editor, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
47,327
edits
Tag: Undo |
Tag: Undo |
||
Line 10:
rs.autosort = function () {
mw.loader.using('jquery.tablesorter', function () {
▲ mw.hook('gadget.autosort.sorted').fire($sortables);
});
};
mw.hook('wikipage.content').add(function init() {
if ($('.jquery-tablesorter').length) {
setTimeout(rs.autosort
} else {
// tablesorter plugin has not run yet; observe the first
|