Difference between revisions of "MediaWiki:Vector.js"
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>');") |
|||
(3 intermediate revisions by the same user not shown) | |||
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'). | + | $(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 08: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>'); });