Content deleted Content added
Mike Dillon (talk | contribs) No edit summary |
Mike Dillon (talk | contribs) m addOnloadHook |
||
Line 9:
document.getElementById('column-content').appendChild(tabs);
}
// Add a new list item to the page tabs
Line 35:
'Purge the internal cache for this page', 'g');
}
// Add a 'last' link to the tabs to show last diff
Line 48:
addTab('javascript:doLastDiff()', 'last', 'ca-last', 'Show most recent diff');
}
|