From d2cc75b73f5fd3f7f832a1c946aa9400239f0a6a Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Wed, 18 May 2016 14:38:17 +0100 Subject: [PATCH] changed $scope.pdf.clsiServerId to ide.clsiServerId --- .../web/public/coffee/ide/pdf/controllers/PdfController.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee index 82be226d42..32159750e5 100644 --- a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee +++ b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee @@ -37,7 +37,7 @@ define [ } parseCompileResponse = (response) -> - if response.clsiServerId? and response.clsiServerId != $scope.pdf.clsiServerId + if response.clsiServerId? and response.clsiServerId != ide.clsiServerId ide.clsiServerId = response.clsiServerId # Reset everything