Content deleted Content added
No edit summary |
no more arrow functions |
||
Line 1:
$(() => {
const
const links = $(`a[href*='${wikiSlash}']`);
$(links).each(function(
});
});
|
No edit summary |
no more arrow functions |
||
Line 1:
$(() => {
const
const links = $(`a[href*='${wikiSlash}']`);
$(links).each(function(
});
});
|