-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Description
From a forum post I found out that in Correspondence games, in the Analysis Board, the wiki URL for the position is accessed even if in that context the wiki text is never shown. The code $(".analyse__wiki-text").html(...) doesn't hit any existing element on the page.
It's inefficient for Lichess and, as the post shows, can even cause some issues.
Code here:
Line 311 in 3cef9c9
| if (this.wiki && this.data.game.variant.key === 'standard') this.wiki(this.nodeList); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels