keep existing behaviour when loading other output files

This commit is contained in:
Brian Gough 2015-03-02 12:18:10 +00:00
parent 0315954b47
commit 7aea33b562

View file

@ -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(