mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 04:55:07 +00:00
keep existing behaviour when loading other output files
This commit is contained in:
parent
0315954b47
commit
7aea33b562
1 changed files with 1 additions and 2 deletions
|
@ -165,8 +165,7 @@ define [
|
|||
$scope.pdf.showRawLog = !$scope.pdf.showRawLog
|
||||
|
||||
$scope.openOutputFile = (file) ->
|
||||
qs = if file.build? then "?build=#{file.build}" else ""
|
||||
window.open("/project/#{$scope.project_id}/output/#{file.path}#{qs}")
|
||||
window.open("/project/#{$scope.project_id}/output/#{file.path}")
|
||||
|
||||
$scope.openClearCacheModal = () ->
|
||||
modalInstance = $modal.open(
|
||||
|
|
Loading…
Add table
Reference in a new issue