Content deleted Content added
No edit summary |
No edit summary |
||
Line 5:
let finalTitle;
$(links).each(function() {
titles.push(decodeURI($(this).attr("href").replace(wikiSlash, '')));
});
|
No edit summary |
No edit summary |
||
Line 5:
let finalTitle;
$(links).each(function() {
titles.push(decodeURI($(this).attr("href").replace(wikiSlash, '')));
});
|