mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 19:11:56 +02:00
fix typo
This commit is contained in:
@@ -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()}"
|
||||
|
||||
Reference in New Issue
Block a user