MediaWiki: Common.js: Difference between revisions

From The Lost Media Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 3: Line 3:
/*custom javascript for the lostmediawiki metrolook theme*/
/*custom javascript for the lostmediawiki metrolook theme*/


var titleImage = '<img width="150" src="http://lostmediawiki.com/skins/Metrolook/images/nofilm.png" >';
var titleImage = '<img width="150" src="http://lostmediawiki.com/skins/Metrolook/images/nofilm.png" style="margin-top:-5px;">';
$(".title-name > a > .title-name").html(titleImage);
$(".title-name > a > .title-name").html(titleImage);


/*custom javascript for the lostmediawiki metrolook theme ends here*/
/*custom javascript for the lostmediawiki metrolook theme ends here*/

Revision as of 12:52, 27 September 2014

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

/*custom javascript for the lostmediawiki metrolook theme*/

var titleImage = '<img width="150" src="http://lostmediawiki.com/skins/Metrolook/images/nofilm.png" style="margin-top:-5px;">';
$(".title-name > a > .title-name").html(titleImage);

/*custom javascript for the lostmediawiki metrolook theme ends here*/