mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
un-show logs on successful run.
This commit is contained in:
parent
293cb3c73e
commit
723031f7f3
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ define [
|
|||
$scope.pdf.tooRecentlyCompiled = true
|
||||
else if response.status == "success"
|
||||
$scope.pdf.view = 'pdf'
|
||||
$scope.shouldShowLogs = false
|
||||
# define the base url
|
||||
$scope.pdf.url = "/project/#{$scope.project_id}/output/output.pdf?cache_bust=#{Date.now()}"
|
||||
# add a query string parameter for the compile group
|
||||
|
|
Loading…
Reference in a new issue