MediaWiki:Monobook.js: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Created page with "→‎Any JavaScript here will be loaded for users using the MonoBook skin: document.write('<div style="position: absolute; top: 10px; right: 0;"> [[File:donate.png|link=Donate...")
 
No edit summary
Line 1: Line 1:
/* Any JavaScript here will be loaded for users using the MonoBook skin */
/* Any JavaScript here will be loaded for users using the MonoBook skin */
document.write('<div style="position: absolute; top: 10px; right: 0;">
document.write('<div style="position: absolute; top: 10px; right: 0;">[[File:donate.png|link=Donate_or_Pay_Dues]]</div>');
[[File:donate.png|link=Donate_or_Pay_Dues]]
</div>');

Revision as of 01:09, 14 January 2015

/* Any JavaScript here will be loaded for users using the MonoBook skin */
document.write('<div style="position: absolute; top: 10px; right: 0;">[[File:donate.png|link=Donate_or_Pay_Dues]]</div>');