mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
keep existing behaviour when loading other output files
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user