Difference between revisions of "MediaWiki:Common.js"

(Created page with "Any JavaScript here will be loaded for all users on every page load.: $('div#content').append( "<div class='content-footer'></div>" );")
(No difference)

Revision as of 00:24, 13 January 2015

/* Any JavaScript here will be loaded for all users on every page load. */

$('div#content').append( "<div class='content-footer'></div>" );