mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
hide progress bar when pdfng has loaded
This commit is contained in:
parent
4bcc9fb5c9
commit
953821959d
1 changed files with 1 additions and 1 deletions
|
@ -91,8 +91,8 @@ define [
|
|||
# flashControls()
|
||||
|
||||
scope.$on "loaded", () ->
|
||||
# console.log "LOADED"
|
||||
scope.loading = false
|
||||
delete scope.progress
|
||||
|
||||
#scope.$watch "highlights", (areas) ->
|
||||
# console.log 'got HIGHLIGHTS in pdfJS', areas
|
||||
|
|
Loading…
Reference in a new issue