mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
brought back whitespace fix
This commit is contained in:
parent
1ba94961dc
commit
f9bcff1615
1 changed files with 1 additions and 2 deletions
|
@ -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 = () => {
|
||||
|
|
Loading…
Reference in a new issue