Difference between revisions of "MediaWiki:Vector.js"

From Baloogan Campaign Wiki
Jump to: navigation, search
(No difference)

Revision as of 18:41, 21 January 2014

/* Any JavaScript here will be loaded for users using the Vector skin */
function handleClick()
{
    alert('Working.');
}

document.getElementById('baloogan_image').onclick = handleClick;