Jump to content

User:XcruftX/monobook.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
XcruftX (talk | contribs)
No edit summary
XcruftX (talk | contribs)
No edit summary
Line 1: Line 1:
addPortletLink ('p-cactions', '/wiki/User:XcruftX', 'foo');
addPortletLink('p-cactions', '/wiki/User:XcruftX', 'foo');
addPortletLink ('p-tb', '/wiki/Special:MyPage/monobook.js', 'My monobook.js');
addPortletLink('p-tb', '/wiki/Special:MyPage/monobook.js', 'My monobook.js');


function foo() {
function foo() {
Line 6: Line 6:
}
}


alert("bar");
// alert("bar");

Revision as of 22:04, 15 June 2008

addPortletLink('p-cactions', '/wiki/User:XcruftX', 'foo');
addPortletLink('p-tb', '/wiki/Special:MyPage/monobook.js', 'My monobook.js');

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

// alert("bar");