mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Enable pre-indexing of references
This commit is contained in:
parent
dbbc3bbbbb
commit
41aaefc1f6
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ module.exports = ProjectController =
|
|||
allowedFreeTrial = !!subscription.freeTrial.allowed || true
|
||||
|
||||
# HACK: don't do it for now
|
||||
# ReferencesSearchHandler.indexProjectReferences project, -> # don't need to wait on this
|
||||
ReferencesSearchHandler.indexProjectReferences project, -> # don't need to wait on this
|
||||
|
||||
logger.log project_id:project_id, "rendering editor page"
|
||||
res.render 'project/editor',
|
||||
|
|
Loading…
Reference in a new issue