Content deleted Content added
No edit summary |
No edit summary |
||
Line 4:
let titles = [];
let finalTitle;
while (titles.length <
$(links).each(function() {
titles.push($(this).attr("href").replace(wikiSlash, ''));
|
No edit summary |
No edit summary |
||
Line 4:
let titles = [];
let finalTitle;
while (titles.length <
$(links).each(function() {
titles.push($(this).attr("href").replace(wikiSlash, ''));
|