Difference between revisions of "MediaWiki:Vector.js"
Jump to navigation
Jump to search
(One intermediate revision 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').append('<a href="https://www.voipac.com/" rel="nofollow" target="_blank" class= | + | $(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>'); });