forked from EVOgeek/Vmeda.Online
Merge pull request #1818 from crazyserver/MOBILE-2915
MOBILE-2915 book: Do not show index if not loaded
This commit is contained in:
commit
4967a1dd3d
@ -1,6 +1,6 @@
|
||||
<!-- Buttons to add to the header. -->
|
||||
<core-navbar-buttons end>
|
||||
<button ion-button icon-only (click)="showToc($event)" [attr.aria-label]="'addon.mod_book.toc' | translate" aria-haspopup="true">
|
||||
<button ion-button icon-only (click)="showToc($event)" [attr.aria-label]="'addon.mod_book.toc' | translate" aria-haspopup="true" *ngIf="loaded">
|
||||
<ion-icon name="bookmark"></ion-icon>
|
||||
</button>
|
||||
<core-context-menu>
|
||||
|
Loading…
x
Reference in New Issue
Block a user