Merge pull request #518 from sharelatex/hob-publish-modal-qs

Publish modal accessible from query string
This commit is contained in:
Hugh O'Brien
2018-05-08 09:40:41 +01:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
@@ -311,6 +311,7 @@ module.exports = ProjectController =
maxDocLength: Settings.max_doc_length
useV2History: !!project.overleaf?.history?.display
showRichText: req.query?.rt == 'true'
showPublishModal: req.query?.pm == 'true'
timer.done()
_buildProjectList: (allProjects, v1Projects = [])->