restore popupDownloads=true for pdf downloads

This commit is contained in:
Brian Gough 2016-06-16 15:20:57 +01:00
parent fcd5582e6e
commit 5e30310aae

View file

@ -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'])