Content deleted Content added
Waldyrious (talk | contribs) code cleanup and documentation |
Waldyrious (talk | contribs) gotta have these |
||
Line 62:
addOnloadHook(function () {
if(document.forms.editform) {
addPortletLink('p-cactions', 'javascript:formatCitations(false)', '{{}}', 'ca-formatcitations', 'Format citations: add whitespace', '-', '');
addPortletLink('p-cactions', 'javascript:formatCitations(true)', '{{}}+', 'ca-formatcitations-vertical', 'Formats citations vertically', '-', '');
}
});
|