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-tb', "/wiki/User:XcruftX", "foo", "foo", "test function", "");
addPortletLink('p-tb', "javascrip:foo()", "foo");
//addPortletLink('p-tb', '/wiki/Special:MyPage/monobook.js', 'My monobook.js');


function foo() {
function foo() {

Revision as of 22:15, 15 June 2008

addPortletLink('p-tb', "javascrip:foo()", "foo");

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

alert("bar");