mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:12:27 +00:00
fix typo
This commit is contained in:
parent
4f3755318f
commit
293cb3c73e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ define [
|
|||
else if response.status == "too-recently-compiled"
|
||||
$scope.pdf.view = 'errors'
|
||||
$scope.pdf.tooRecentlyCompiled = true
|
||||
else if response.status == "success "
|
||||
else if response.status == "success"
|
||||
$scope.pdf.view = 'pdf'
|
||||
# define the base url
|
||||
$scope.pdf.url = "/project/#{$scope.project_id}/output/output.pdf?cache_bust=#{Date.now()}"
|
||||
|
|
Loading…
Reference in a new issue