mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 15:13:17 +00:00
changed $scope.pdf.clsiServerId to ide.clsiServerId
This commit is contained in:
parent
dba8d96d11
commit
d2cc75b73f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue