mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Show progress before any js loads
This commit is contained in:
parent
2b85ebf8ec
commit
3468460ed6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ block content
|
|||
.container
|
||||
h3 Loading...
|
||||
.progress
|
||||
.progress-bar(ng-style="{'width': state.load_progress + '%'}")
|
||||
.progress-bar(style="width: 20%", ng-style="{'width': state.load_progress + '%'}")
|
||||
|
||||
.global-alerts(ng-cloak)
|
||||
.alert.alert-danger.small(ng-if="connection.forced_disconnect")
|
||||
|
|
Loading…
Reference in a new issue