You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Claudio Yanes 7e0f2e4449 Fix fetchData
The fetchData function suffer from a race condition. If the function is
called before the promise finishes, it will result in another pair of
HTTP request. This does not only make the function useless but
Actually, it makes it harmful as the data might be redownloaded twice.

Now fetchData is not a function but rather the promise by itself.
Previous callers are expected to await the variable instead, this
should be not concern as awaiting a promise multiple time in
JavaScript is completely safe.
3 years ago
..
backlinks.html Fix fetchData 3 years ago
contact.html content section 3 years ago
darkmode.html add search support 3 years ago
footer.html content section 3 years ago
graph.html Move css and js to appropriate files 3 years ago
head.html Fix fetchData 3 years ago
page-list.html add taxonomy and term lists 3 years ago
popover.html Move css and js to appropriate files 3 years ago
search.html Move css and js to appropriate files 3 years ago