Jump to content

User:XcruftX/monobook.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
XcruftX (talk | contribs)
Blanked the page
XcruftX (talk | contribs)
No edit summary
Line 1: Line 1:
addPortletLink ('p-cactions', 'javascript:foo();', 'Test link');

function foo() {
alert("foo");
}

Revision as of 21:55, 15 June 2008

addPortletLink ('p-cactions', 'javascript:foo();', 'Test link');

function foo() {
  alert("foo");
}