Difference between revisions of "MediaWiki:Common.js"
From KNEXT
| Line 2: | Line 2: | ||
$("span#Resources_for_Planning_and_Starting_a_Business").css({ | $("span#Resources_for_Planning_and_Starting_a_Business").css({ | ||
"padding-left": "20px", | "padding-left": "20px", | ||
| − | + | "background-image": "url(https://wiki.knext.io/skins/Timeless/resources/images/clock-grey.png?9dce9)", | |
| + | "background-repeat": "no-repeat" | ||
}); | }); | ||
Revision as of 19:55, 30 September 2021
/* Any JavaScript here will be loaded for all users on every page load. */
$("span#Resources_for_Planning_and_Starting_a_Business").css({
"padding-left": "20px",
"background-image": "url(https://wiki.knext.io/skins/Timeless/resources/images/clock-grey.png?9dce9)",
"background-repeat": "no-repeat"
});