User:Mike Dillon/Scripts/tabs.js: Difference between revisions

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