MediaWiki:Common.js: Difference between revisions
MediaWiki interface page
More actions
Created page with "→Any JavaScript here will be loaded for all users on every page load.: (function() { $('.citizen-header__logo').after('<div class="citizen-header__item" id="site-title" style="padding-bottom:5px;margin-right:20px;font-size:1.25em;font-weight:bold;">East Essex Hackspace</div>'); });" |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
( | if (!$('.citizen-site-title').length) { | ||
$('.citizen-header__logo').after('<div class="citizen-header__item" id="citizen-site-title"><a href="/">East Essex Hackspace</a></div>'); | |||
} | } | ||