mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 12:29:09 -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()
|
# flashControls()
|
||||||
|
|
||||||
scope.$on "loaded", () ->
|
scope.$on "loaded", () ->
|
||||||
# console.log "LOADED"
|
|
||||||
scope.loading = false
|
scope.loading = false
|
||||||
|
delete scope.progress
|
||||||
|
|
||||||
#scope.$watch "highlights", (areas) ->
|
#scope.$watch "highlights", (areas) ->
|
||||||
# console.log 'got HIGHLIGHTS in pdfJS', areas
|
# console.log 'got HIGHLIGHTS in pdfJS', areas
|
||||||
|
|
Loading…
Reference in a new issue