From 7aea33b5627cfa361db9babbd8638e9bf5531cb6 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Mon, 2 Mar 2015 12:18:10 +0000 Subject: [PATCH] keep existing behaviour when loading other output files --- .../web/public/coffee/ide/pdf/controllers/PdfController.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee index af5036dd41..f7e4f91082 100644 --- a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee +++ b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee @@ -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(