Difference between revisions of "MediaWiki:Vector.js"

From Voipac Wiki
Jump to navigation Jump to search
 
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').append('<a href="https://www.voipac.com/" rel="nofollow" target="_blank" class="webshop-link">Voipac webshop</a>');
+
$(document).ready(function () {
 +
$('#firstHeading').append('<a href="https://www.voipac.com/" rel="nofollow" target="_blank" class="webshop-link">Voipac webshop</a>');
 +
});

Latest revision as of 09:14, 12 June 2024

/* All JavaScript here will be loaded for users of the Vector skin */
 $(document).ready(function () {
	$('#firstHeading').append('<a href="https://www.voipac.com/" rel="nofollow" target="_blank" class="webshop-link">Voipac webshop</a>');
});