da-h / AirLatex.vim

Overleaf / ShareLatex in Vim
MIT License
83 stars 8 forks source link

session: Fix updateProjectList() failing to find project list #46

Open kgmt0 opened 1 year ago

kgmt0 commented 1 year ago

updateProjectList() was looking for the project list in a meta tag with name=ol-projects, which no longer exists. Fix this by using meta tag with name=ol-prefetchedProjectsBlob instead.

Fixes #45.