Difference between revisions of "MediaWiki:Vector.js"

From Voipac Wiki
Jump to navigation Jump to search
(Created page with "→‎All JavaScript here will be loaded for users of the Vector skin: $('#firstHeading').after('<div id="space"></div>');")
 
Line 1: Line 1:
 
/* All JavaScript here will be loaded for users of the Vector skin */
 
/* All JavaScript here will be loaded for users of the Vector skin */
$('#firstHeading').after('<div id="space"></div>');
+
$('#firstHeading').append('<div id="space"></div>');

Revision as of 10:30, 9 January 2024

/* All JavaScript here will be loaded for users of the Vector skin */
$('#firstHeading').append('<div id="space"></div>');