mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
= != == ;)
This commit is contained in:
parent
c733925a26
commit
79bc4c1d3e
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ define [
|
||||||
$scope.pdf.compiling = false
|
$scope.pdf.compiling = false
|
||||||
parseCompileResponse(data)
|
parseCompileResponse(data)
|
||||||
.error (err, status) ->
|
.error (err, status) ->
|
||||||
if status = 429
|
if status == 429
|
||||||
$scope.pdf.rateLimited = true
|
$scope.pdf.rateLimited = true
|
||||||
$scope.pdf.compiling = false
|
$scope.pdf.compiling = false
|
||||||
$scope.pdf.renderingError = false
|
$scope.pdf.renderingError = false
|
||||||
|
|
Loading…
Reference in a new issue