brought back whitespace fix

This commit is contained in:
Miodec 2021-12-23 23:33:46 +01:00
parent 1ba94961dc
commit f9bcff1615

View file

@ -66,8 +66,7 @@ export async function getSection() {
rej(randomPostReq.status);
}
const sectionURL = `https://${urlTLD}.wikipedia.org/w/api.php?action=query&format=json&pageids=${pageid}&prop=extracts&exintro=true&explaintext=true&origin=*`;
const sectionURL = `https://${urlTLD}.wikipedia.org/w/api.php?action=query&format=json&pageids=${pageid}&prop=extracts&exintro=true&origin=*`;
var sectionReq = new XMLHttpRequest();
sectionReq.onload = () => {