mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 03:33:27 +00:00
restore popupDownloads=true for pdf downloads
This commit is contained in:
parent
fcd5582e6e
commit
5e30310aae
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ define [
|
|||
# special case for the download url
|
||||
if perUserCompile
|
||||
qs.isolated = true
|
||||
# Save all downloads as files
|
||||
qs.popupDownload = true
|
||||
$scope.pdf.downloadUrl = "/project/#{$scope.project_id}/output/output.pdf" + createQueryString(qs)
|
||||
|
||||
fetchLogs(fileByPath['output.log'], fileByPath['output.blg'])
|
||||
|
|
Loading…
Reference in a new issue